Skip to content

Commit 9ddea0b

Browse files
authored
Merge pull request #510 from bci-oss/upload-executable-jar-on-release
Upload executable jar upon release
2 parents 3538f03 + 57acbe3 commit 9ddea0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
path: |
135135
nexus-staging/
136136
samm-cli-${{ github.event.inputs.release_version }}-linux-x86_64.tar.gz
137+
samm-cli-${{ github.event.inputs.release_version }}.jar
137138
samm-cli-${{ github.event.inputs.release_version }}-javadoc.jar
138139
samm-cli-${{ github.event.inputs.release_version }}-sources.jar
139140
samm-cli-${{ github.event.inputs.release_version }}-tests.jar

0 commit comments

Comments
 (0)