Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 14:27:31 +01:00 committed by GitHub
parent 7f6cdaecd7
commit 9fc64ead2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: