debug: tar hack
This commit is contained in:
parent
2481be22a0
commit
9ba49a8be3
|
@ -15,12 +15,13 @@ jobs:
|
|||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build --if-present
|
||||
- run: touch build.tar.gz
|
||||
- name: Archive Release
|
||||
uses: thedoctor0/zip-release@0.7.1
|
||||
with:
|
||||
type: tar
|
||||
filename: build.tar.gz
|
||||
exclusions: "*.git* *.tar.gz"
|
||||
exclusions: "*.git* build.tar.gz"
|
||||
- name: Cache build
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue