Jump Build To Debug CI <2>

This commit is contained in:
ShintoKosei
2024-04-06 21:29:00 +08:00
committed by GitHub
parent dddb28fdf6
commit 6c6786792f

View File

@@ -23,10 +23,10 @@ jobs:
run: |
git config --global user.email "ci@luminolmc.com"
git config --global user.name "Luminol CI"
- name: Apply Patches
run: ./gradlew applyPatches
- name: Build
run: ./gradlew createReobfBundlerJar createReobfPaperclipJar
# - name: Apply Patches
# run: ./gradlew applyPatches
# - name: Build
# run: ./gradlew createReobfBundlerJar createReobfPaperclipJar
# - uses: "actions/upload-artifact@v3"
# with:
# name: "Luminol CI Artifacts"