Skip to content

Commit

Permalink
Merge pull request #510 from bci-oss/upload-executable-jar-on-release
Browse files Browse the repository at this point in the history
Upload executable jar upon release
  • Loading branch information
atextor authored Jan 23, 2024
2 parents 3538f03 + 57acbe3 commit 9ddea0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
path: |
nexus-staging/
samm-cli-${{ github.event.inputs.release_version }}-linux-x86_64.tar.gz
samm-cli-${{ github.event.inputs.release_version }}.jar
samm-cli-${{ github.event.inputs.release_version }}-javadoc.jar
samm-cli-${{ github.event.inputs.release_version }}-sources.jar
samm-cli-${{ github.event.inputs.release_version }}-tests.jar
Expand Down

0 comments on commit 9ddea0b

Please sign in to comment.