Compare commits

...

2 Commits

Author SHA1 Message Date
17cb8a2e06 13.0.45
All checks were successful
Release Creation / build (release) Successful in 1m23s
2026-06-16 23:02:39 +02:00
933256da66 Nouvelle correction du manifest
Some checks failed
Release Creation / build (release) Has been cancelled
Le manifest versionné, téléchargé dans le système, pointe maintenant
sur le manifest latest.

Le lien manifest foundry est celui du manifest de la version.
2026-06-16 22:59:36 +02:00
3 changed files with 7 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ jobs:
env: env:
version: ${{steps.get_version.outputs.version-without-v}} version: ${{steps.get_version.outputs.version-without-v}}
url: https://gitea.scriptarium.org/${{gitea.repository}} url: https://gitea.scriptarium.org/${{gitea.repository}}
manifest: https://gitea.scriptarium.org/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/system.json manifest: "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/releases/download/latest/system.json"
download: https://gitea.scriptarium.org/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/rddsystem.zip download: https://gitea.scriptarium.org/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/rddsystem.zip
- name: Set up Node.js - name: Set up Node.js
@@ -69,7 +69,7 @@ jobs:
token: ${{ secrets.RDD_PUBLISH_RELEASE_FOUNDRY }} token: ${{ secrets.RDD_PUBLISH_RELEASE_FOUNDRY }}
id: "foundryvtt-reve-de-dragon" id: "foundryvtt-reve-de-dragon"
version: ${{github.event.release.tag_name}} version: ${{github.event.release.tag_name}}
manifest: "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/releases/download/latest/system.json" manifest: https://gitea.scriptarium.org/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/system.json
notes: "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/raw/branch/v13/changelog.md" notes: "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/raw/branch/v13/changelog.md"
compatibility-minimum: "13" compatibility-minimum: "13"
compatibility-verified: "13" compatibility-verified: "13"

View File

@@ -1,5 +1,9 @@
# 13.0 # 13.0
## 13.0.45 - L'endépôté d'Illisys
- nouvelle correction du manifest
## 13.0.44 - Le dépôt d'Illisys ## 13.0.44 - Le dépôt d'Illisys
- le manifest pointe maintenant toujours vers la dernière version - le manifest pointe maintenant toujours vers la dernière version

View File

@@ -3,7 +3,7 @@
"title": "Rêve de Dragon", "title": "Rêve de Dragon",
"version": "13.0.43", "version": "13.0.43",
"download": "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/releases/download/13.0.43/rddsystem.zip", "download": "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/releases/download/13.0.43/rddsystem.zip",
"manifest": "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/releases/download/13.0.43/system.json", "manifest": "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/releases/download/latest/system.json",
"changelog": "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/raw/branch/v13/changelog.md", "changelog": "https://gitea.scriptarium.org/Scriptarium/foundryvtt-reve-de-dragon/raw/branch/v13/changelog.md",
"compatibility": { "compatibility": {
"minimum": "13", "minimum": "13",