From d3622dd4229b11605071db567d85c7be273258df Mon Sep 17 00:00:00 2001 From: evan Date: Tue, 14 Apr 2026 20:54:39 +0800 Subject: [PATCH] ci: install zip before creating release archive --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b81d43e..f1b2b8c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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/