Update build.sh

Co-Authored-By: Sarath <sarath.ms@gmail.com>
This commit is contained in:
Simone Basso 2019-10-03 23:34:41 +02:00 committed by GitHub
parent a8f8c65ffb
commit 2986cbcb25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ elif [ "$1" = "release" ]; then
-C dist/windows/amd64 ooniprobe.exe
shasum -a 256 ooniprobe_${v}_windows_amd64.tar.gz >> ooniprobe_checksums.txt
echo ""
echo "Now sign ooniprobe_checksums.txt packages and upload all to GitHub"
echo "Now sign ooniprobe_checksums.txt and upload it along with tarballs to GitHub"
elif [ "$1" = "_travis-linux" ]; then
set -x