We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5647c60 commit bb3b862Copy full SHA for bb3b862
1 file changed
.github/workflows/github_build_release.yml
@@ -31,7 +31,7 @@ jobs:
31
mkdir -p ../assets
32
33
- name: Create archive
34
- run: tar --exclude='.git' -zcf ../assets/${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz ./
+ run: tar --exclude='.git' --exclude='node_modules' -zcf ../assets/${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz ./
35
36
- name: Create checksum
37
run: |
0 commit comments