From c733981e922c48bb2d804912e5d6f104981e96a1 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Fri, 21 Oct 2016 15:19:54 -0700 Subject: [PATCH] fix makefile --- scripts/dist.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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