Actualiser .gitea/workflows/release.yaml

This commit is contained in:
2026-04-20 14:32:02 +02:00
parent b4211c121d
commit 83566ba8fb

View File

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