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