Auto release script

This commit is contained in:
LeRatierBretonnien 2025-01-25 18:49:18 +01:00
parent 0ec2d53415
commit eda24442e8

View File

@ -27,8 +27,8 @@ jobs:
env: env:
version: ${{steps.get_version.outputs.version-without-v}} version: ${{steps.get_version.outputs.version-without-v}}
url: https://www.uberwald.me/gitea/${{gitea.repository}} url: https://www.uberwald.me/gitea/${{gitea.repository}}
manifest: https://www.uberwald.me/gitea/uberwald/${{gitea.repository}}/releases/download/module.json manifest: https://www.uberwald.me/gitea/public/${{gitea.repository}}/releases/download/${{steps.get_version.outputs.version-without-v}}/module.json
download: https://www.uberwald.me/gitea/uberwald/${{gitea.repository}}/releases/download/system.zip download: https://www.uberwald.me/gitea/public/${{gitea.repository}}/releases/download/${{steps.get_version.outputs.version-without-v}}/system.zip
# Create a zip file with all files required by the module to add to the release # Create a zip file with all files required by the module to add to the release
- run: | - run: |