fix(ci): install zip in release workflow
Forgejo Composer API requires zip format. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
90b94d1cc8
commit
fbfc0f9e3e
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ jobs:
|
|||
|
||||
- name: Create package archive
|
||||
run: |
|
||||
apt-get update && apt-get install -y zip
|
||||
zip -r package.zip . \
|
||||
-x ".forgejo/*" \
|
||||
-x ".git/*" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue