debug: tar hack
This commit is contained in:
parent
2481be22a0
commit
9ba49a8be3
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue