Skip to content

Commit 1bfb49f

Browse files
committed
update command for creating a tarball
1 parent 72dae24 commit 1bfb49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/s3-action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Create Tarball
5555
run: |
56-
tar -czf "$TARBALL_NAME" ./ --exclude=".git"
56+
tar --exclude=".git" --warning=no-file-changed -czf "$TARBALL_NAME" ./
5757
5858
- name: Upload Tarball to S3
5959
run: |

0 commit comments

Comments
 (0)