Fix gitea release action
Release Creation / build (release) Successful in 54s

This commit is contained in:
2026-07-12 18:49:36 +02:00
parent b34df3e432
commit 20b56c3bb1
+2 -2
View File
@@ -24,8 +24,8 @@ jobs:
env:
version: ${{steps.get_version.outputs.version-without-v}}
url: https://www.uberwald.me/gitea/${{gitea.repository}}
manifest: https://www.uberwald.me/gitea/public/fvtt-hamalron/releases/download/latest/system.json
download: https://www.uberwald.me/gitea/public/fvtt-hamalron/releases/download/${{github.event.release.tag_name}}/fvtt-hamalron.zip
manifest: https://www.uberwald.me/gitea/uberwald/fvtt-hamalron/releases/download/latest/system.json
download: https://www.uberwald.me/gitea/uberwald/fvtt-hamalron/releases/download/${{github.event.release.tag_name}}/fvtt-hamalron.zip
- run: |
apt update -y