debug: exclude archive from trying to archive itself?
This commit is contained in:
parent
918b69a1c8
commit
2481be22a0
|
@ -20,7 +20,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
type: tar
|
type: tar
|
||||||
filename: build.tar.gz
|
filename: build.tar.gz
|
||||||
exclusions: "*.git*"
|
exclusions: "*.git* *.tar.gz"
|
||||||
- name: Cache build
|
- name: Cache build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue