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
30c70f5e27
commit
d30f420ebd
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create package archive
|
- name: Create package archive
|
||||||
run: |
|
run: |
|
||||||
|
apt-get update && apt-get install -y zip
|
||||||
zip -r package.zip . \
|
zip -r package.zip . \
|
||||||
-x ".forgejo/*" \
|
-x ".forgejo/*" \
|
||||||
-x ".git/*" \
|
-x ".git/*" \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue