9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00

FIX CI * 2

我的
This commit is contained in:
violetc
2024-05-20 23:14:53 +08:00
parent d25a34561f
commit 8140607258

View File

@@ -30,7 +30,7 @@ jobs:
git config --global user.email "ci@leavesmc.org" git config --global user.email "ci@leavesmc.org"
git config --global user.name "Leaves CI" git config --global user.name "Leaves CI"
- name: Get Build Number - name: Get Build Number
run: sh scripts/GetBuildNumber.sh run: bash scripts/GetBuildNumber.sh
- name: Apply Patches - name: Apply Patches
run: ./gradlew applyPatches run: ./gradlew applyPatches
- name: Create Leavesclip Jar - name: Create Leavesclip Jar