From f67f7a8c059889e6f2ef6be7f5cbbd0793023ecd Mon Sep 17 00:00:00 2001 From: Vincent Gramer Date: Thu, 8 Feb 2024 11:11:03 +0100 Subject: [PATCH] fix github release generation Signed-off-by: Vincent Gramer --- .github/workflows/release_and_pulbish_plugin_on_tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_and_pulbish_plugin_on_tag.yml b/.github/workflows/release_and_pulbish_plugin_on_tag.yml index a08ae6c..a0da80d 100644 --- a/.github/workflows/release_and_pulbish_plugin_on_tag.yml +++ b/.github/workflows/release_and_pulbish_plugin_on_tag.yml @@ -63,4 +63,4 @@ jobs: echo -e "${VERSION}\n" > gh_release_description.md sed -e '0,/Release notes for v/d' -e '/Release notes for v/,$d' CHANGELOG.md >> gh_release_description.md - gh release create -F gh_release_description.md "${VERSION}" ./artifacts/.* + gh release create -F gh_release_description.md "${VERSION}" ./artifacts/*.zip