From 81406072587a4f7958ff4c4a4adb46d5de1f1c2c Mon Sep 17 00:00:00 2001 From: violetc <58360096+s-yh-china@users.noreply.github.com> Date: Mon, 20 May 2024 23:14:53 +0800 Subject: [PATCH] FIX CI * 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 我的 --- .github/workflows/leaves.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/leaves.yml b/.github/workflows/leaves.yml index 1722e8f6..18cafe80 100644 --- a/.github/workflows/leaves.yml +++ b/.github/workflows/leaves.yml @@ -30,7 +30,7 @@ jobs: git config --global user.email "ci@leavesmc.org" git config --global user.name "Leaves CI" - name: Get Build Number - run: sh scripts/GetBuildNumber.sh + run: bash scripts/GetBuildNumber.sh - name: Apply Patches run: ./gradlew applyPatches - name: Create Leavesclip Jar