Fix forgejo action (missing ';' for find cmd)
Some checks failed
Build TurnBasedMC and store Artifact / build-and-store-artifact (push) Failing after 14m30s
Some checks failed
Build TurnBasedMC and store Artifact / build-and-store-artifact (push) Failing after 14m30s
This commit is contained in:
parent
56353462f7
commit
e5beef7c98
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/TurnBasedMinecraftMod.git TBMM
|
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/TurnBasedMinecraftMod.git TBMM
|
||||||
- run: cd TBMM && git checkout master
|
- run: cd TBMM && git checkout master
|
||||||
- run: cd TBMM && ./gradlew build
|
- run: cd TBMM && ./gradlew build
|
||||||
- run: cd TBMM/build/libs && java --version >> javaVersion.txt && javac --version >> javaVersion.txt && find . -type f -exec bash -c 'sha256sum {} >> sha256sums.txt'
|
- run: cd TBMM/build/libs && java --version >> javaVersion.txt && javac --version >> javaVersion.txt && find . -type f -exec bash -c 'sha256sum {} >> sha256sums.txt' ';'
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: built-jars-and-metadata
|
name: built-jars-and-metadata
|
||||||
|
|
Loading…
Reference in a new issue