Compare commits

..

3 commits

Author SHA1 Message Date
e2a0f79c3b Update FAQ.md 2024-10-15 11:36:51 +09:00
b4dd19e4bb Update Reproducibility.md 2024-10-15 11:36:31 +09:00
e264a79287 Update Changelog.md 2024-10-15 11:35:42 +09:00

View file

@ -19,7 +19,7 @@ jobs:
build-and-create-release: build-and-create-release:
needs: check-release-exists needs: check-release-exists
if: ${{ needs.check-release-exists.outputs.status == '404' }} if: ${{ needs.check-release-exists.outputs.status == '404' }}
runs-on: highmem_self runs-on: any_archLinux
steps: steps:
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/TurnBasedMinecraftMod.git TurnBasedMinecraftMod - run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/TurnBasedMinecraftMod.git TurnBasedMinecraftMod
- run: cd TurnBasedMinecraftMod && git checkout ${GITHUB_REF_NAME} - run: cd TurnBasedMinecraftMod && git checkout ${GITHUB_REF_NAME}