Compare commits
No commits in common. "75b710c3d4809c39505216586ed70804752c7cf1" and "c8e405f68582d7e8c529ef6c6460951259d9aae6" have entirely different histories.
75b710c3d4
...
c8e405f685
2 changed files with 1 additions and 20 deletions
|
@ -1,19 +0,0 @@
|
||||||
name: Build TurnBasedMC and store Artifact
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- 'neoforge'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-and-store-artifact:
|
|
||||||
runs-on: archLinux
|
|
||||||
steps:
|
|
||||||
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/TurnBasedMinecraftMod.git TurnBasedMinecraftMod
|
|
||||||
- run: cd TurnBasedMinecraftMod && git checkout neoforge
|
|
||||||
- run: cd TurnBasedMinecraftMod && sed -i '/org.gradle.jvmargs/s/Xmx[0-9]\+m/Xmx2048m/' gradle.properties
|
|
||||||
- run: cd TurnBasedMinecraftMod && ./gradlew --console=plain build
|
|
||||||
- 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_NeoForge_jars_sha256sums
|
|
||||||
path: TurnBasedMinecraftMod/build/libs/
|
|
|
@ -113,7 +113,7 @@ jar {
|
||||||
"Specification-Title": "TurnBasedMinecraftMod",
|
"Specification-Title": "TurnBasedMinecraftMod",
|
||||||
"Specification-Vendor": "TurnBasedMinecraftMod_BK",
|
"Specification-Vendor": "TurnBasedMinecraftMod_BK",
|
||||||
"Specification-Version": "1", // We are version 1 of ourselves
|
"Specification-Version": "1", // We are version 1 of ourselves
|
||||||
"Implementation-Title": "TurnBasedMinecraftMod",
|
"Implementation-Title": project.name,
|
||||||
"Implementation-Version": "${version}",
|
"Implementation-Version": "${version}",
|
||||||
"Implementation-Vendor" :"TurnBasedMinecraftMod_BK",
|
"Implementation-Vendor" :"TurnBasedMinecraftMod_BK",
|
||||||
// Do not place timestamp for the sake of reproducible builds
|
// Do not place timestamp for the sake of reproducible builds
|
||||||
|
|
Loading…
Reference in a new issue