fix: exclude node_modules
This commit is contained in:
parent
29ab277d3f
commit
b2da3fb96c
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue