Update maven.yml
This commit is contained in:
parent
7f6cdaecd7
commit
9fc64ead2e
1 changed files with 4 additions and 3 deletions
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
|
@ -45,15 +45,16 @@ jobs:
|
||||||
- name: List files in staging directory
|
- name: List files in staging directory
|
||||||
run: ls -R staging
|
run: ls -R staging
|
||||||
|
|
||||||
|
- name: Extract Artifact
|
||||||
|
run: |
|
||||||
|
mv staging/*.jar extracted-jar/
|
||||||
|
|
||||||
create_release:
|
create_release:
|
||||||
needs: publish-job
|
needs: publish-job
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Extract Artifact
|
|
||||||
run: |
|
|
||||||
unzip -o staging/*.jar -d extracted-jar
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue