From 6384fcde9c656c1ec6d98457f9d8eecf02a9af8b Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:03:46 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8e73395..8928561 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,7 +35,7 @@ jobs: name: packaged-jar path: staging - name: Extract artifact - run: unzip staging/*.jar -d extracted-artifact + run: unzip staging/packaged-jar.zip -d extracted-artifact # Rename the directory to include the run ID - name: Get current timestamp