mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
chore(rc+): test
This commit is contained in:
@@ -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 }}" \
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user