From 2e6087fe5ff74b52721ca425f3208baac4e9f02f Mon Sep 17 00:00:00 2001 From: M2ke4U <79621885+MrHua269@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:23:51 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c47a0e8..c023eb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,11 +40,13 @@ jobs: with: name: Artifacts path: build/libs/ + - name: Rename jar file + run: mv build/libs/Molia-paperclip-1.20.1-R0.1-SNAPSHOT-reobf.jar build/libs/molia-1.20.1-paperclip.jar - name: Release Artifacts uses: svenstaro/upload-release-action@v2 with: title: "Molia MC1.20.1 - ${{ env.Compile_Date }}" automatic_release_tag: "1.20.1-${{ env.Compile_Date }}" repo_token: "${{ secrets.GITHUB_TOKEN }}" - files: "build/libs/*.jar" + files: "build/libs/molia-1.20.1-paperclip.jar" prerelease: false