From: Stephen Seo Date: Mon, 8 Jan 2024 09:33:25 +0000 (+0900) Subject: Minor fix to build-jar action/workflow X-Git-Tag: forge-1.25.1~11 X-Git-Url: https://git.seodisparate.com/tbm-server-edit-full.png?a=commitdiff_plain;h=ae18f2686eb2761f773c0f62e7db9bb04d5f7df7;p=TurnBasedMinecraftMod Minor fix to build-jar action/workflow --- diff --git a/.forgejo/workflows/build-jar.yaml b/.forgejo/workflows/build-jar.yaml index d44d2c2..cee974a 100644 --- a/.forgejo/workflows/build-jar.yaml +++ b/.forgejo/workflows/build-jar.yaml @@ -5,7 +5,7 @@ on: - '*' jobs: - build-and-store-artifact: + build-and-create-release: runs-on: archLinux steps: - run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/TurnBasedMinecraftMod.git TurnBasedMinecraftMod