Skip to content

Commit 013f9bb

Browse files
committed
Add JVM based command line client to release artifacts on GitHub
1 parent 5e1612f commit 013f9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,6 @@ jobs:
271271
uses: ncipollo/release-action@v1
272272
with:
273273
tag: ${{ env.RELEASE_VERSION }}
274-
artifacts: "hono-cli-*"
274+
artifacts: "hono-cli-*,cli/target/hono-cli-${RELEASE_VERSION}-exec.jar"
275275
generateReleaseNotes: true
276276
generateReleaseNotesPreviousTag: ${{ github.event.inputs.previous_version }}

0 commit comments

Comments
 (0)