build(scripts): update release download host and show curl errors

- download-release: switch base URL from geodns.bitnames.com to builds.ntppool.dev
- fury-publish: use curl -Ssf so errors surface even in silent mode
This commit is contained in:
2026-04-13 21:14:37 -07:00
parent e37d78bcc3
commit 37414e0a4f
2 changed files with 2 additions and 2 deletions

View File

@@ -11,5 +11,5 @@ fi
for f in dist/*.rpm dist/*.deb; do
echo Uploading $f
curl -sf -F package=@$f https://${FURY_TOKEN}@push.fury.io/${account}/
curl -Ssf -F package=@$f https://${FURY_TOKEN}@push.fury.io/${account}/
done