Upload files to AWS even if the file-size is the same (#7853)

This commit is contained in:
Jon Koops
2021-12-10 17:41:56 +01:00
committed by GitHub
parent e3719a317a
commit f3f28c3188

View File

@ -111,7 +111,7 @@ jobs:
- name: Deploy artifacts
uses: jakejarvis/s3-sync-action@v0.5.1
with:
args: --acl public-read --delete
args: --acl public-read --delete --exact-timestamps
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}