From 8d884cb01f5b14d90cb6558803734be76f638448 Mon Sep 17 00:00:00 2001 From: PYZR <81646307+PYZR@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:40:03 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f553975..99f68ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,6 @@ jobs: - name: Download artifact uses: actions/download-artifact@v4 with: - path: target/*.jar + path: artifact.zip - name: Test artifact run: ls -R