Change action runner for tags/releases
This commit is contained in:
parent
3f8a12a4ad
commit
0d79d88474
1 changed files with 1 additions and 1 deletions
|
@ -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: any_archLinux
|
runs-on: highmem_self
|
||||||
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}
|
||||||
|
|
Loading…
Reference in a new issue