From e46df32fb2f90d84914c7c33dc7191091c6c0ccc Mon Sep 17 00:00:00 2001 From: Koopa <115321970+KoopaCode@users.noreply.github.com> Date: Sun, 2 Feb 2025 14:42:18 -0500 Subject: [PATCH] Update build.yml --- .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 1e15122..465759a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,8 +39,8 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v4 with: - name: ${{ env.PLUGIN_FILE }}-${{ env.PLUGIN_VERSION }} - path: target/${{ env.PLUGIN_FILE }}-${{ env.PLUGIN_VERSION }}.jar + name: ${{ env.PLUGIN_NAME }}-${{ env.PLUGIN_VERSION }} + path: target/*.jar retention-days: 30 - name: Send Build Notification