Update maven.yml
This commit is contained in:
parent
9fc64ead2e
commit
4beab036a0
1 changed files with 5 additions and 3 deletions
8
.github/workflows/maven.yml
vendored
8
.github/workflows/maven.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue