From acd8e7916cf7abf8d31197ef69cbdf924a841c63 Mon Sep 17 00:00:00 2001 From: M2ke4U <79621885+MrHua269@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:34:31 +0800 Subject: [PATCH] Correct wrong jar name --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fc4a4d..7b63afe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,13 +51,13 @@ jobs: export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} ./gradlew publish - name: Rename jar file - run: mv build/libs/Luminol-paperclip-1.20.2-R0.1-SNAPSHOT-reobf.jar build/libs/lunminol-1.20.2-paperclip.jar + run: mv build/libs/Luminol-paperclip-1.20.2-R0.1-SNAPSHOT-reobf.jar build/libs/luminol-1.20.2-paperclip.jar - name: Release Artifacts uses: svenstaro/upload-release-action@v2 with: release_name: "Luminol MC1.20.2 - ${{ github.event.repository.updated_at}}" tag: "1.20.2-${{ github.run_id }}" repo_token: "${{ secrets.GITHUB_TOKEN }}" - file: "build/libs/lunminol-1.20.2-paperclip.jar" + file: "build/libs/luminol-1.20.2-paperclip.jar" file_glob: true prerelease: false