Skip to content

Commit

Permalink
Exclude node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cableman committed Nov 11, 2024
1 parent 5647c60 commit bb3b862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
mkdir -p ../assets
- name: Create archive
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 ./

- name: Create checksum
run: |
Expand Down

0 comments on commit bb3b862

Please sign in to comment.