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
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue