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

index d5aa875182903eaaf76a3696c109a297d8185079..7adf2de53b662cef6c440422f1a8e8ed34ae169f 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}