From 4180ecb53afe95ce3795ef81af251290e70304e9 Mon Sep 17 00:00:00 2001 From: M2ke4U <79621885+MrHua269@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:37:19 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3fb38c..c557bf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: release_name: "Molia MC1.20.1 - ${{ github.event.repository.updated_at}}" - tag: "1.20.1-${{ GITHUB_RUN_NUMBER }}" + tag: "1.20.1-${{ github.run.number }}" repo_token: "${{ secrets.GITHUB_TOKEN }}" file: "build/libs/molia-1.20.1-paperclip.jar" file_glob: true