Skip to content

Commit bb3b862

Browse files
committed
Exclude node modules
1 parent 5647c60 commit bb3b862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github_build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
mkdir -p ../assets
3232
3333
- name: Create archive
34-
run: tar --exclude='.git' -zcf ../assets/${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz ./
34+
run: tar --exclude='.git' --exclude='node_modules' -zcf ../assets/${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz ./
3535

3636
- name: Create checksum
3737
run: |

0 commit comments

Comments
 (0)