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