From: Stephen Seo Date: Thu, 21 Mar 2024 07:16:18 +0000 (+0900) Subject: Change action runner for tags/releases X-Git-Tag: neoforge-1.26.0~8 X-Git-Url: https://git.seodisparate.com/tbm-edit-post-battle.jpg?a=commitdiff_plain;h=0d79d88474739b5840530a0763821841c5d8e29f;p=TurnBasedMinecraftMod Change action runner for tags/releases --- diff --git a/.forgejo/workflows/build-jar.yaml b/.forgejo/workflows/build-jar.yaml index bc57170..f297675 100644 --- a/.forgejo/workflows/build-jar.yaml +++ b/.forgejo/workflows/build-jar.yaml @@ -19,7 +19,7 @@ jobs: build-and-create-release: needs: check-release-exists if: ${{ needs.check-release-exists.outputs.status == '404' }} - runs-on: any_archLinux + runs-on: highmem_self steps: - run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/TurnBasedMinecraftMod.git TurnBasedMinecraftMod - run: cd TurnBasedMinecraftMod && git checkout ${GITHUB_REF_NAME}