[build] fix the folder for pubwallet

Signed-off-by: Leo Chen <leo@harmony.one>
pull/1191/head
Leo Chen 5 years ago
parent 43191b8ed4
commit 6910e9adfb
  1. 4
      scripts/go_executable_build.sh

@ -145,9 +145,9 @@ function upload_wallet
case "$OS" in
"Linux")
FOLDER=release/$REL/linux-x86_64 ;;
FOLDER=release/linux-x86_64/$REL ;;
"Darwin")
FOLDER=release/$REL/darwin-x86_64 ;;
FOLDER=release/darwin-x86_64/$REL ;;
*)
echo "Unsupported OS: $OS"
return ;;

Loading…
Cancel
Save