From cce9600afbbec55fa3778ddd1e66b067f82ca627 Mon Sep 17 00:00:00 2001 From: M2ke4U <79621885+MrHua269@users.noreply.github.com> Date: Sun, 10 Mar 2024 14:07:10 +0800 Subject: [PATCH] Fix jar renaming issue --- .github/workflows/build_1_20_4.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_1_20_4.yml b/.github/workflows/build_1_20_4.yml index ca6e29e..e427438 100644 --- a/.github/workflows/build_1_20_4.yml +++ b/.github/workflows/build_1_20_4.yml @@ -51,7 +51,7 @@ jobs: export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} ./gradlew publish -PpublishDevBundle=true - name: Rename jar file - run: mv build/libs/Luminol-paperclip-1.20.4-R0.1-SNAPSHOT-reobf.jar build/libs/luminol-1.20.4-paperclip.jar + run: mv build/libs/luminol-paperclip-1.20.4-R0.1-SNAPSHOT-reobf.jar build/libs/luminol-1.20.4-paperclip.jar - name: Release Artifacts uses: svenstaro/upload-release-action@v2 with: