Skip to content

Commit 423c247

Browse files
committed
update tar command again to create the tar.gz file
1 parent 1bfb49f commit 423c247

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 --exclude=".git" --warning=no-file-changed -czf "$TARBALL_NAME" ./
56+
tar --exclude="./.git" --exclude="./node_modules" --ignore-failed-read -czf "$TARBALL_NAME" ./
5757
5858
- name: Upload Tarball to S3
5959
run: |

0 commit comments

Comments
 (0)