fix: exclude node_modules
This commit is contained in:
parent
29ab277d3f
commit
b2da3fb96c
|
@ -21,7 +21,7 @@ jobs:
|
|||
with:
|
||||
type: tar
|
||||
filename: build.tar.gz
|
||||
exclusions: "*.git* build.tar.gz node_cache/**"
|
||||
exclusions: "*.git* build.tar.gz node_modules/**"
|
||||
- name: Cache build
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue