[build] fix the folder for pubwallet

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

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

Loading…
Cancel
Save