Skip to content

Commit

Permalink
Fix gh release command
Browse files Browse the repository at this point in the history
  • Loading branch information
coreywoodfield committed Nov 12, 2024
1 parent 0962d4e commit 4924ae1
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 4924ae1

Please sign in to comment.