Improve release management
Some checks failed
Release Creation / build (release) Failing after 58s

This commit is contained in:
LeRatierBretonnien 2025-03-31 14:27:55 +02:00
parent 968c7da5c5
commit 009024296c

View File

@ -50,3 +50,14 @@ jobs:
./fvtt-cthulhu-eternal.zip
system.json
api_key: '${{secrets.ALLOW_PUSH_RELEASE}}'
- name: Publish to Foundry server
uses: djlechuck/foundryvtt-publish-package-action@v1
with:
token: ${{ secrets.FOUNDRYVTT_RELEASE_TOKEN }}
id: 'fvtt-cthulhu-eternal'
version: ${{github.event.release.tag_name}}
manifest: 'https://www.uberwald.me/gitea/public/fvtt-cthulhu-eternal/releases/download/latest/system.json'
notes: 'https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/fvtt-cthulhu-eternal.zip'
compatibility-minimum: '12'
compatibility-verified: '12'