diff --git a/scripts/dist.sh b/scripts/dist.sh index 43f2d4a11..d9b1a1c01 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -53,7 +53,7 @@ if [ -z $NOSIGN ]; then fi # Upload -if [ ! -z $HC_RELEASE]; then +if [ ! -z $HC_RELEASE ]; then hc-releases -upload $DIR/pkg/dist fi