diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 77c8a50..4c6b5a9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Upload to S3 - run: aws s3 cp --region ap-northeast-2 ./build.zip s3:/toucheese-team4-s3/test-s3-highjoon/build.zip + run: aws s3 cp --region ap-northeast-2 ./build.zip s3://toucheese-team4-s3/build.zip - name: Verify S3 Upload run: aws s3 ls s3://toucheese-team4-s3/