From 37f6db6074a206fc06c2b5964ca64e2b070915a6 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:05:14 +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 8928561..ea27c6a 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/packaged-jar.zip -d extracted-artifact + run: unzip target/packaged-jar -d extracted-artifact # Rename the directory to include the run ID - name: Get current timestamp