diff --git a/plugin.sh b/plugin.sh index 88741f5..9840f16 100755 --- a/plugin.sh +++ b/plugin.sh @@ -16,7 +16,7 @@ export TWINE_REPOSITORY_URL="$PLUGIN_REPOSITORY_URL" if [ -n "$PLUGIN_COMMENT" ]; then - twine upload dist/music_kraken* --non-interactive --comment "$PLUGIN_COMMENT" + twine upload dist/* --non-interactive --comment "$PLUGIN_COMMENT" else - twine upload dist/music_kraken* --non-interactive + twine upload dist/* --non-interactive fi