Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 14:29:56 +01:00 committed by GitHub
parent 9fc64ead2e
commit 4beab036a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,9 +45,11 @@ jobs:
- name: List files in staging directory
run: ls -R staging
- name: Extract Artifact
run: |
mv staging/*.jar extracted-jar/
- name: Create extracted-jar directory
run: mkdir extracted-jar
- name: Move Artifact
run: mv staging/*.jar extracted-jar/
create_release:
needs: publish-job