From: Stephen Seo Date: Fri, 5 Jan 2024 07:34:31 +0000 (+0900) Subject: Fix artifact name of neoforge build action X-Git-Tag: neoforge-1.25.0~13 X-Git-Url: https://git.seodisparate.com/tbm-edit-post-battle.jpg?a=commitdiff_plain;h=63fb52e75fc94429c0ce8956a4f866283fad840c;p=TurnBasedMinecraftMod Fix artifact name of neoforge build action --- diff --git a/.forgejo/workflows/build-jar.yaml b/.forgejo/workflows/build-jar.yaml index 6303375..74a66a5 100644 --- a/.forgejo/workflows/build-jar.yaml +++ b/.forgejo/workflows/build-jar.yaml @@ -15,5 +15,5 @@ jobs: - run: cd TurnBasedMinecraftMod/build/libs && find . -type f -exec sha256sum '{}' ';' -exec bash -c 'sha256sum {} >> sha256sums.txt' ';' && java --version >> javaVersion.txt && javac --version >> javaVersion.txt - uses: actions/upload-artifact@v3 with: - name: TBMM_Forge_jars_sha256sums + name: TBMM_NeoForge_jars_sha256sums path: TurnBasedMinecraftMod/build/libs/