fix ci
This commit is contained in:
4
.github/workflows/build_1_20_4_v2.yml
vendored
4
.github/workflows/build_1_20_4_v2.yml
vendored
@@ -29,9 +29,9 @@ jobs:
|
||||
- name: Configure Git User Details
|
||||
run: git config --global user.email "ci@luminolmc.com" && git config --global user.name "LuminolMC CI"
|
||||
- name: Apply Patches
|
||||
run: gradle applyPatches --scan
|
||||
run: gradle applyPatches
|
||||
- name: CreateJar
|
||||
run: gradle createReobfBundlerJar createReobfPaperclipJar --scan
|
||||
run: gradle createReobfBundlerJar createReobfPaperclipJar
|
||||
- name: SetENV
|
||||
run: |
|
||||
sh scripts/SetENV.sh
|
||||
|
||||
Reference in New Issue
Block a user