This commit is contained in:
ShintoKosei
2024-04-14 11:57:25 +08:00
parent c4e3e652fa
commit 3b4cdf6550
2 changed files with 3 additions and 3 deletions

View File

@@ -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