diff --git a/scripts/dist.sh b/scripts/dist.sh index 495bc171c..5386c95e3 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -48,6 +48,7 @@ if [ -z $NOSIGN ]; then popd fi -hc-releases -upload $DIR/pkg/dist --publish --purge +hc-releases upload $DIR/pkg/dist/ +hc-releases publish -exit 0 \ No newline at end of file +exit 0