diff --git a/.github/workflows/s3.yml b/.github/workflows/s3.yml index 6e301b7..3914e61 100644 --- a/.github/workflows/s3.yml +++ b/.github/workflows/s3.yml @@ -51,4 +51,4 @@ jobs: aws-region: ap-northeast-1 - name: Sync to S3 - run: aws s3 sync ./build s3://${{ secrets.AWS_S3_BUCKET }} + run: aws s3 sync ./out s3://${{ secrets.AWS_S3_BUCKET }}