Skip to content

Commit af72915

Browse files
committed
Gh workflow release fix
1 parent fc02580 commit af72915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ jobs:
129129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
130130
run: |
131131
set -x
132-
assets=$(find ./artifacts -name "*.zip" -printf "-a %p ")
132+
assets=$(find ./artifacts -name "*.zip")
133133
RELEASE_NAME=${GITHUB_REF#refs/tags/}
134134
gh release create "$RELEASE_NAME" --generate-notes ${assets}

0 commit comments

Comments
 (0)