Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Update S3 args
  • Loading branch information
recrwplay authored Aug 2, 2023
1 parent 31ecc4a commit feb1ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Sync UI Bundle to S3
uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --follow-symlinks --include '*.zip'
args: --follow-symlinks --include '*.zip'
env:
AWS_S3_BUCKET: ${{ secrets.STATIC_CONTENT_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.DEVREL_ACCESS_KEY_ID }}
Expand Down

0 comments on commit feb1ea5

Please sign in to comment.