Rename artifact name for buidl action
All checks were successful
Build TurnBasedMC and store Artifact / build-and-store-artifact (push) Successful in 4m24s

This commit is contained in:
Stephen Seo 2024-01-05 15:45:14 +09:00
parent 8ee3c99846
commit 0d8699c420

View file

@ -15,5 +15,5 @@ jobs:
- run: cd TBMM/build/libs && find . -type f -exec bash -c 'sha256sum {} >> sha256sums.txt' ';' && java --version >> javaVersion.txt && javac --version >> javaVersion.txt
- uses: actions/upload-artifact@v3
with:
name: built-jars-and-metadata
name: TBMM_Forge_jars_sha256sums
path: TBMM/build/libs/