Add the manifest into the release during the action
This commit is contained in:
parent
97f6fc5844
commit
c92a88f03f
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
LATEST_URL: "${{forgejo.server_url}}/${{forgejo.repository}}/releases/download/latest/system.json"
|
||||
|
||||
- name: Compress files
|
||||
run: zip -r release.zip langs module styles templates README.md assets LICENSE
|
||||
run: zip -r release.zip langs module styles templates README.md assets LICENSE ${{env.MANIFEST}}
|
||||
|
||||
- name: Create forgejo release
|
||||
run: node scripts/src/createForgejoRelease.mjs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue