]> git.seodisparate.com - TurnBasedMinecraftMod/commitdiff
Enable "any_archLinux" act runner for building jar
authorStephen Seo <seo.disparate@gmail.com>
Sat, 20 Jan 2024 11:02:41 +0000 (20:02 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 20 Jan 2024 11:02:41 +0000 (20:02 +0900)
.forgejo/workflows/build-jar.yaml

index bb982e81aafe9da650f7d9a1cfa9b1dd6e1f0da8..52dd2adece06296fff5457737df6225edc6b6747 100644 (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}