Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17cb8a2e06 | |||
| 933256da66 |
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user