Skip to content

Commit

Permalink
Don't delete existing files in S3 when uploading (#2003)
Browse files Browse the repository at this point in the history
Merge pull request #2003

Don't delete existing files in S3 when uploading
  • Loading branch information
CjS77 committed Jun 18, 2020
2 parents 9c9c602 + 1e9ba57 commit 0bed24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libwallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Sync to S3
uses: jakejarvis/[email protected]
with:
args: --acl public-read --follow-symlinks --delete
args: --acl public-read --follow-symlinks
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 0bed24e

Please sign in to comment.