diff --git a/.forgejo/workflows/publish-rc.yml b/.forgejo/workflows/publish-rc.yml index 0f77ec57c..40b560a97 100644 --- a/.forgejo/workflows/publish-rc.yml +++ b/.forgejo/workflows/publish-rc.yml @@ -179,7 +179,7 @@ jobs: release_id=$(curl -s \ -H "Authorization: token ${{ secrets.FORGEJO_TOKEN }}" \ "${{ github.server_url }}/api/v1/repos/${{ github.repository }}/releases/tags/${{ github.event.release.tag_name }}" \ - | jq -r '.id') + | grep -o '"id":[0-9]*' | head -1 | sed 's/"id"://') echo "Uploading $(basename $file) to release $release_id" curl -s -X POST \ -H "Authorization: token ${{ secrets.FORGEJO_TOKEN }}" \ diff --git a/modpacks/re-console-plus/mr/yarn/1.21.10-fabric/index.toml b/modpacks/re-console-plus/mr/yarn/1.21.10-fabric/index.toml index 52eda252e..d1765da2d 100644 --- a/modpacks/re-console-plus/mr/yarn/1.21.10-fabric/index.toml +++ b/modpacks/re-console-plus/mr/yarn/1.21.10-fabric/index.toml @@ -650,6 +650,11 @@ file = "mods/custom-player-models.pw.toml" hash = "7d01ecf658f7a6934005a79ebb955da8d636ba3fbbf718c957d5a5071dbec018" metafile = true +[[files]] +file = "mods/debugify.pw.toml" +hash = "e82e55f18e637d969caa89a0abd5e1ac72b1de18a7299f6a698959b6fca7388a" +metafile = true + [[files]] file = "mods/dynamic-fps.pw.toml" hash = "0cadf1632a675a92e0bbfb060e807c07595bda05526da8a361d782878b510e6b" diff --git a/modpacks/re-console-plus/mr/yarn/1.21.10-fabric/mods/debugify.pw.toml b/modpacks/re-console-plus/mr/yarn/1.21.10-fabric/mods/debugify.pw.toml new file mode 100644 index 000000000..f8472a2f3 --- /dev/null +++ b/modpacks/re-console-plus/mr/yarn/1.21.10-fabric/mods/debugify.pw.toml @@ -0,0 +1,13 @@ +name = "Debugify" +filename = "debugify-1.21.10+1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QwxR6Gcd/versions/i4mzYGzu/debugify-1.21.10%2B1.1.jar" +hash-format = "sha512" +hash = "9589a79015da15ade57f59a9b9b8afd5bd3937db8632ed1b821cfb2c21e0d1b2e6288266df4495e356010b7304cddd15d48b6c4dba454abf8109d58e3c9823f8" + +[update] +[update.modrinth] +mod-id = "QwxR6Gcd" +version = "i4mzYGzu" diff --git a/modpacks/re-console-plus/mr/yarn/1.21.10-fabric/pack.toml b/modpacks/re-console-plus/mr/yarn/1.21.10-fabric/pack.toml index 74b671f54..049afb82a 100644 --- a/modpacks/re-console-plus/mr/yarn/1.21.10-fabric/pack.toml +++ b/modpacks/re-console-plus/mr/yarn/1.21.10-fabric/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0141d2e0f9d95d3e3a74cdf53a1239f489df3946d4d753447634302a80fd16a2" +hash = "c516e7812c1e9ec97a220bf0741706d04fe0f6b0969b3a8ce3a9663f7ceba464" [versions] fabric = "0.18.4"