ci: install zip before creating release archive
All checks were successful
Build & Release / build (push) Successful in 2m19s

This commit is contained in:
2026-04-14 20:54:39 +08:00
parent 7c7db7a04e
commit d3622dd422

View File

@@ -34,6 +34,10 @@ jobs:
- name: 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
if: github.ref == 'refs/heads/main'
run: zip -r resume-latest.zip out/