debug: exclude archive from trying to archive itself?

This commit is contained in:
Derrick Hammer 2023-06-25 03:02:11 -04:00
parent 918b69a1c8
commit 2481be22a0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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: