File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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+
5151on :
5252 # Only run this workflow when a release is published.
5353 # To modify this workflow when other events occur, see:
You can’t perform that action at this time.
0 commit comments