Skip to content

Commit f67f7a8

Browse files
committed
fix github release generation
Signed-off-by: Vincent Gramer <[email protected]>
1 parent 4428bda commit f67f7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_and_pulbish_plugin_on_tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
echo -e "${VERSION}\n" > gh_release_description.md
6464
sed -e '0,/Release notes for v/d' -e '/Release notes for v/,$d' CHANGELOG.md >> gh_release_description.md
6565
66-
gh release create -F gh_release_description.md "${VERSION}" ./artifacts/.*
66+
gh release create -F gh_release_description.md "${VERSION}" ./artifacts/*.zip

0 commit comments

Comments
 (0)