From e12f25b0996566ae63a1dcc4fa1c49a3361a06f9 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Sun, 14 Jan 2024 06:16:28 -0500 Subject: [PATCH] Fix workflow --- .github/workflows/build-1204.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-1204.yml b/.github/workflows/build-1204.yml index ccd36987..674e8510 100644 --- a/.github/workflows/build-1204.yml +++ b/.github/workflows/build-1204.yml @@ -24,10 +24,16 @@ jobs: run: ./gradlew -Dorg.gradle.jvmargs="-Dgraal.CompilerConfiguration=enterprise -Dgraal.UsePriorityInlining=true -Dgraal.Vectorization=true -Dgraal.OptDuplication=true --add-modules jdk.incubator.vector" createReobfPaperclipJar --stacktrace --no-daemon - name: Rename Paperclip Jar - run: mv build/libs/Leaf-paperclip-1.20.4-R0.1-SNAPSHOT-reobf.jar ./leaf-1.20.4.jar + run: mv build/libs/leaf-paperclip-1.20.4-R0.1-SNAPSHOT-reobf.jar ./leaf-1.20.4.jar + + - name: Upload Leaf + uses: actions/upload-artifact@main + with: + name: Leaf 1.20.4 + path: ./leaf-1.20.4.jar - name: Release Leaf - if: github.ref_name == 'ver/1.20.4' + if: github.ref_name == 'ver/1.20.4' && contains(github.event.commits[0].message, '[Release]') uses: marvinpinto/action-automatic-releases@master with: title: "Leaf 1.20.4"