From 217047f7b5440772a2779dd786e32245d2c9fa86 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:37:37 -0500 Subject: [PATCH] Update workflow --- .github/workflows/build_1.21.4.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_1.21.4.yml b/.github/workflows/build_1.21.4.yml index 9aaa84b..0303e19 100644 --- a/.github/workflows/build_1.21.4.yml +++ b/.github/workflows/build_1.21.4.yml @@ -22,12 +22,14 @@ jobs: with: distribution: 'zulu' java-version: '22' + - name: Grant execute permission for gradlew + run: chmod +x gradlew - 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 + run: ./gradlew applyPatches - name: CreateJar - run: gradle createMojmapBundlerJar createMojmapPaperclipJar + run: ./gradlew createMojmapPaperclipJar - name: Publish to repo continue-on-error: true run: |