Test workflows

This commit is contained in:
LeRatierBretonnien 2023-03-21 07:45:30 +01:00
parent 4ba9518619
commit 7da0906e19

View File

@ -23,9 +23,9 @@ jobs:
files: 'system.json' files: 'system.json'
env: env:
version: ${{steps.get_version.outputs.version-without-v}} version: ${{steps.get_version.outputs.version-without-v}}
url: https://www.uberwald.com/gitea/${{github.repository}} url: https://www.uberwald.me/gitea/${{github.repository}}
manifest: https://www.uberwald.com/gitea/${{github.repository}}/releases/latest/download/system.json manifest: https://www.uberwald.me/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 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 # 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/ - run: zip -r ./system.zip system.json template.json README.md CHANGELOG LICENCE.txt assets/ css/ lang/ module/ packs/ templates/