From: Stephen Seo Date: Sat, 6 Jan 2024 05:33:54 +0000 (+0900) Subject: Fix build-jar action for master branch X-Git-Tag: forge-1.25.0~10 X-Git-Url: https://git.seodisparate.com/tbm-server-edit-full.png?a=commitdiff_plain;h=6e8d3a8d5ab71b8efcf658a09c84efee4d893e45;p=TurnBasedMinecraftMod Fix build-jar action for master branch --- diff --git a/.forgejo/workflows/build-jar.yaml b/.forgejo/workflows/build-jar.yaml index 49850ef..1f8431c 100644 --- a/.forgejo/workflows/build-jar.yaml +++ b/.forgejo/workflows/build-jar.yaml @@ -22,7 +22,7 @@ jobs: -H 'Content-Type: application/json' \ -d "{ \"name\": \"TurnBasedMinecraftMod version ${GITHUB_REF_NAME}\", - \"body\": \"See the [Changelog](https://git.seodisparate.com/stephenseo/TurnBasedMinecraftMod/src/branch/neoforge/Changelog.md) + \"body\": \"See the [Changelog](https://git.seodisparate.com/stephenseo/TurnBasedMinecraftMod/src/branch/master/Changelog.md) $(javac --version) $(find TurnBasedMinecraftMod/build/libs -regex '.*[0-9].jar$' -exec sha256sum '{}' ';')\", \"tag_name\": \"${GITHUB_REF_NAME}\"