Release workflox
Release Creation / build (release) Successful in 1m2s

This commit is contained in:
2026-05-30 21:35:20 +02:00
parent 799e80ad35
commit a09577f189
+10 -10
View File
@@ -61,13 +61,13 @@ jobs:
system.json system.json
api_key: "${{secrets.ALLOW_PUSH_RELEASE}}" api_key: "${{secrets.ALLOW_PUSH_RELEASE}}"
- name: Publish to Foundry server #- name: Publish to Foundry server
uses: https://github.com/djlechuck/foundryvtt-publish-package-action@v1 # uses: https://github.com/djlechuck/foundryvtt-publish-package-action@v1
with: # with:
token: ${{ secrets.FOUNDRYVTT_RELEASE_TOKEN }} # token: ${{ secrets.FOUNDRYVTT_RELEASE_TOKEN }}
id: "fvtt-adventures-with-emmy" # id: "fvtt-adventures-with-emmy"
version: ${{github.event.release.tag_name}} # version: ${{github.event.release.tag_name}}
manifest: "https://www.uberwald.me/gitea/uberwald/fvtt-adventures-with-emmy/releases/download/latest/system.json" # manifest: "https://www.uberwald.me/gitea/uberwald/fvtt-adventures-with-emmy/releases/download/latest/system.json"
notes: "https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/fvtt-adventures-with-emmy.zip" # notes: "https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/fvtt-adventures-with-emmy.zip"
compatibility-minimum: "13" # compatibility-minimum: "13"
compatibility-verified: "13" # compatibility-verified: "13"