We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47792c0 commit 5bb2951Copy full SHA for 5bb2951
net.hhoney.tinycrate.yml
@@ -30,7 +30,7 @@ modules:
30
type: json
31
url: https://api.github.com/repos/HarmonyHoney/tiny_crate/releases/latest
32
version-query: .tag_name
33
- url-query: .assets[] | select(.name=='tinycrate-linux.pck') | .browser_download_url
+ url-query: '"https://github.com/HarmonyHoney/tiny_crate/releases/download/" + $version + "/tinycrate-ci-" + $version + ".pck"'
34
35
build-commands:
36
- install -Dm644 tinycrate-linux.pck ${FLATPAK_DEST}/bin/godot-runner.pck
0 commit comments