diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index efe4bf06..75312455 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: path: './public' - uses: jakejarvis/s3-sync-action@master with: - args: --acl-public-read + args: --acl public-read env: SOURCE_DIR: './public' AWS_REGION: 'us-east-1'