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/