From a203508a37b152efad420ae6f913a9b9e830c63c Mon Sep 17 00:00:00 2001 From: M2ke4U <79621885+MrHua269@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:27:30 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c023eb4..47cad04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,8 +45,9 @@ jobs: - 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 }}" + release_name: "Molia MC1.20.1 - ${{ env.Compile_Date }}" + tag: "1.20.1-${{ env.Compile_Date }}" repo_token: "${{ secrets.GITHUB_TOKEN }}" - files: "build/libs/molia-1.20.1-paperclip.jar" + file: "build/libs/molia-1.20.1-paperclip.jar" + file_glob: true prerelease: false