diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1494380..82fd067 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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