From 6c6786792f661bf26c3b7519ff2d4cbce43c541f Mon Sep 17 00:00:00 2001 From: ShintoKosei <67397639+ShintoKosei@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:29:00 +0800 Subject: [PATCH] Jump Build To Debug CI <2> --- .github/workflows/build_1_20_4_v2.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_1_20_4_v2.yml b/.github/workflows/build_1_20_4_v2.yml index 41b28aa..bc68a53 100644 --- a/.github/workflows/build_1_20_4_v2.yml +++ b/.github/workflows/build_1_20_4_v2.yml @@ -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"