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
|
- name: List files in staging directory
|
||||||
run: ls -R staging
|
run: ls -R staging
|
||||||
|
|
||||||
- name: Extract Artifact
|
- name: Create extracted-jar directory
|
||||||
run: |
|
run: mkdir extracted-jar
|
||||||
mv staging/*.jar extracted-jar/
|
|
||||||
|
- name: Move Artifact
|
||||||
|
run: mv staging/*.jar extracted-jar/
|
||||||
|
|
||||||
create_release:
|
create_release:
|
||||||
needs: publish-job
|
needs: publish-job
|
||||||
|
|
Loading…
Reference in a new issue