Skip to content

Commit

Permalink
Merge pull request #91 from lucidsoftware/fix-release-better
Browse files Browse the repository at this point in the history
Fix gh release command
  • Loading branch information
tmccombs authored Nov 12, 2024
2 parents 0962d4e + 4924ae1 commit 5747e91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@ jobs:
run: |
set -x
tag="${GITHUB_REF#refs/tags/}"
targets=($(printf -- "-a %s " */target/**/*.jar))
gh release create "$tag" -n "Release $tag" "${targets[@]}"
gh release create "$tag" -n "Release $tag" */target/**/*.jar

0 comments on commit 5747e91

Please sign in to comment.