Enable "any_archLinux" act runner for building jar

This commit is contained in:
Stephen Seo 2024-01-20 20:01:54 +09:00
parent 62774b0b0c
commit 75976c8d9a

View file

@ -6,7 +6,7 @@ on:
jobs:
build-and-create-release:
runs-on: archLinux
runs-on: any_archLinux
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}