Skip to content

Commit 5bea46d

Browse files
committed
chore: edit git workflow for v10 releases
1 parent aace8aa commit 5bea46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ env:
4141
# FoundryVTT uses this URL to check whether the current module version that
4242
# is installed is the latest version. This URL should NOT change,
4343
# otherwise FoundryVTT won't be able to perform this check.
44-
latest_manifest_url: "https://github.com/${{github.repository}}/releases/latest/download/system.json"
44+
latest_manifest_url: "https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.json"
4545

4646
# The URL to the module archive associated with the module release being
4747
# processed by this workflow.
4848
release_system_url: "https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/fabulaultima.zip"
4949

50-
50+
5151
on:
5252
# Only run this workflow when a release is published.
5353
# To modify this workflow when other events occur, see:

0 commit comments

Comments
 (0)