We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72dae24 commit 1bfb49fCopy full SHA for 1bfb49f
.github/workflows/s3-action.yaml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Create Tarball
55
run: |
56
- tar -czf "$TARBALL_NAME" ./ --exclude=".git"
+ tar --exclude=".git" --warning=no-file-changed -czf "$TARBALL_NAME" ./
57
58
- name: Upload Tarball to S3
59
0 commit comments