scripts/dist.sh: tweaks for recent hc-releases

This commit is contained in:
Paul Hinze 2016-07-15 18:38:47 -06:00
parent 7c40c174ef
commit bb51834a4d
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@ gpg --default-key 348FFC4C --detach-sig ./terraform_${VERSION}_SHA256SUMS
popd
# Upload
hc-releases -upload=./pkg/dist
hc-releases upload ./pkg/dist
exit 0