From 9fc64ead2e8ce63dbde28d8ceb7359a31fe7093b Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:27:31 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 67177f2..b9f5741 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -45,15 +45,16 @@ jobs: - name: List files in staging directory run: ls -R staging + - name: Extract Artifact + run: | + mv staging/*.jar extracted-jar/ + create_release: needs: publish-job runs-on: ubuntu-latest permissions: contents: write steps: - - name: Extract Artifact - run: | - unzip -o staging/*.jar -d extracted-jar - name: Create Release uses: actions/create-release@v1 env: