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