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