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