Rename artifact name for buidl action
All checks were successful
Build TurnBasedMC and store Artifact / build-and-store-artifact (push) Successful in 4m24s
All checks were successful
Build TurnBasedMC and store Artifact / build-and-store-artifact (push) Successful in 4m24s
This commit is contained in:
parent
8ee3c99846
commit
0d8699c420
1 changed files with 1 additions and 1 deletions
|
@ -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
|
- 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
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: built-jars-and-metadata
|
name: TBMM_Forge_jars_sha256sums
|
||||||
path: TBMM/build/libs/
|
path: TBMM/build/libs/
|
||||||
|
|
Loading…
Reference in a new issue