From cd90e644c6414c7845b17b44abf45fc9a458e046 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Sat, 22 Jun 2024 01:40:51 +0800 Subject: [PATCH] Fix workflow --- .github/workflows/build-121.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-121.yml b/.github/workflows/build-121.yml index 1f9e59fe..19906c13 100644 --- a/.github/workflows/build-121.yml +++ b/.github/workflows/build-121.yml @@ -49,7 +49,7 @@ jobs: uses: actions/upload-artifact@main with: name: Leaf 1.21 - path: ./leaf-1.1-*.jar + path: ./leaf-1.21-*.jar - name: Release Leaf if: github.event_name != 'pull_request'