fix makefile

This commit is contained in:
Matthew Hooker 2016-10-21 15:19:54 -07:00
parent 6b41cb53ec
commit c733981e92
1 changed files with 3 additions and 2 deletions

View File

@ -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
exit 0