fix: exclude node_modules

This commit is contained in:
Derrick Hammer 2023-06-25 03:13:35 -04:00
parent 29ab277d3f
commit b2da3fb96c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
with: with:
type: tar type: tar
filename: build.tar.gz filename: build.tar.gz
exclusions: "*.git* build.tar.gz node_cache/**" exclusions: "*.git* build.tar.gz node_modules/**"
- name: Cache build - name: Cache build
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: