Test workflows
This commit is contained in:
parent
4ba9518619
commit
7da0906e19
@ -23,9 +23,9 @@ jobs:
|
||||
files: 'system.json'
|
||||
env:
|
||||
version: ${{steps.get_version.outputs.version-without-v}}
|
||||
url: https://www.uberwald.com/gitea/${{github.repository}}
|
||||
manifest: https://www.uberwald.com/gitea/${{github.repository}}/releases/latest/download/system.json
|
||||
download: https://www.uberwald.com/gitea/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip
|
||||
url: https://www.uberwald.me/gitea/${{github.repository}}
|
||||
manifest: https://www.uberwald.me/gitea/${{github.repository}}/releases/latest/download/system.json
|
||||
download: https://www.uberwald.me/gitea/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip
|
||||
|
||||
# Create a zip file with all files required by the system to add to the release
|
||||
- run: zip -r ./system.zip system.json template.json README.md CHANGELOG LICENCE.txt assets/ css/ lang/ module/ packs/ templates/
|
||||
|
Loading…
Reference in New Issue
Block a user