From 4924ae1d1f823bc5b84519e85ac755d21ef9fcd5 Mon Sep 17 00:00:00 2001 From: Corey Woodfield Date: Tue, 12 Nov 2024 15:35:19 -0700 Subject: [PATCH] Fix gh release command --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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