debug: tar hack

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

View File

@ -15,12 +15,13 @@ jobs:
cache: 'npm' cache: 'npm'
- run: npm ci - run: npm ci
- run: npm run build --if-present - run: npm run build --if-present
- run: touch build.tar.gz
- name: Archive Release - name: Archive Release
uses: thedoctor0/zip-release@0.7.1 uses: thedoctor0/zip-release@0.7.1
with: with:
type: tar type: tar
filename: build.tar.gz filename: build.tar.gz
exclusions: "*.git* *.tar.gz" exclusions: "*.git* build.tar.gz"
- name: Cache build - name: Cache build
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: