ci: install zip before creating release archive
All checks were successful
Build & Release / build (push) Successful in 2m19s
All checks were successful
Build & Release / build (push) Successful in 2m19s
This commit is contained in:
@@ -34,6 +34,10 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
- name: Install zip
|
||||||
|
if: github.ref == 'refs/heads/main'
|
||||||
|
run: apt-get update && apt-get install -y zip
|
||||||
|
|
||||||
- name: Create release zip
|
- name: Create release zip
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
run: zip -r resume-latest.zip out/
|
run: zip -r resume-latest.zip out/
|
||||||
|
|||||||
Reference in New Issue
Block a user