Fix artifact name of neoforge build action
Some checks are pending
Build TurnBasedMC and store Artifact / build-and-store-artifact (push) Waiting to run
Some checks are pending
Build TurnBasedMC and store Artifact / build-and-store-artifact (push) Waiting to run
This commit is contained in:
parent
4881f056f5
commit
63fb52e75f
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue