From 6ceebc12e04e54d56f98afeabdde585f4aa8ac85 Mon Sep 17 00:00:00 2001 From: etil2jz <81570777+etil2jz@users.noreply.github.com> Date: Sun, 21 Aug 2022 00:07:25 +0200 Subject: [PATCH] Fix GitHub actions archiving --- .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 014e5d6..7c52ac2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,8 +34,8 @@ jobs: - name: Archive Paperclip uses: actions/upload-artifact@v3.1.0 with: - name: Mirai-1.19 - path: build/libs/mirai-paperclip-1.19-R0.1-SNAPSHOT-reobf.jar + name: Mirai-1.19.2 + path: build/libs/mirai-paperclip-1.19.2-R0.1-SNAPSHOT-reobf.jar # - name: Release # if: github.ref_name == 'ver/1.19' # uses: marvinpinto/action-automatic-releases@v1.2.1