1
0
Fork 0
forked from lthn/blockchain

build: macOS build script updated

This commit is contained in:
sowle 2023-07-26 18:43:03 +02:00
parent fa4888aece
commit 07c96ea9b6

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