1
0
Fork 0
forked from lthn/blockchain

build macOS: minor fix for build script

This commit is contained in:
sowle 2023-07-25 00:55:59 +02:00
parent c775719525
commit 54396e8aeb
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -151,7 +151,7 @@ echo "############### Uploading... ################"
package_filepath="$(pwd)/$package_filename"
#scp $package_filepath zano_build_server:/var/www/html/builds/
source ../../../macosx_build_uploader.sh
source ../../../utils/macosx_build_uploader.sh
pushd .
upload_build $package_filepath
if [ $? -ne 0 ]; then