diff --git a/.github/workflows/s3_upload.yml b/.github/workflows/s3_upload.yml index 17860e8ed..27f20c4ae 100644 --- a/.github/workflows/s3_upload.yml +++ b/.github/workflows/s3_upload.yml @@ -13,7 +13,7 @@ jobs: if: github.repository_owner == 'trustwallet' uses: jakejarvis/s3-sync-action@master with: - args: --follow-symlinks --delete --exclude '*' --include 'dapps/*' --include 'blockchains/*' --include 'history/*' + args: --follow-symlinks --delete --exclude '*' --include 'dapps/*' --include 'blockchains/*' --include 'history/*' --size-only env: AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}