forked from lthn/blockchain
build macOS: final fixes (hopefully)
This commit is contained in:
parent
1088b3ce90
commit
c0d0d7d42a
1 changed files with 5 additions and 4 deletions
|
|
@ -148,15 +148,17 @@ echo "Build success"
|
|||
|
||||
echo "############### Uploading... ################"
|
||||
|
||||
package_filepath=$package_filename
|
||||
package_filepath="$(pwd)/$package_filename"
|
||||
|
||||
#scp $package_filepath zano_build_server:/var/www/html/builds/
|
||||
source macosx_build_uploader.sh
|
||||
source ../../../macosx_build_uploader.sh
|
||||
pushd .
|
||||
upload_build $package_filepath
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to upload to remote server"
|
||||
exit 1
|
||||
fi
|
||||
popd
|
||||
|
||||
|
||||
read checksum <<< $( shasum -a 256 $package_filepath | awk '/^/ { print $1 }' )
|
||||
|
|
@ -167,8 +169,7 @@ sha256: $checksum"
|
|||
|
||||
echo "$mail_msg"
|
||||
|
||||
echo "$mail_msg" | mail -s "Zano macOS-x64 ${build_prefix_label}${testnet_label}build $version_str" ${emails}
|
||||
|
||||
python3 ../../../utils/build_mail.py "Zano macOS-x64 ${build_prefix_label}${testnet_label}build $version_str" "${emails}" "$mail_msg"
|
||||
|
||||
######################
|
||||
# notarization
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue