File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,16 +93,16 @@ jobs:
9393 ["linux/arm64"]="edge-linux-arm64"
9494 ["macos/x64"]="edge-macos-x64"
9595 ["macos/arm64"]="edge-macos-arm64"
96- ["win /x64"]="edge-win-x64.exe"
97- ["win /arm64"]="edge-win-arm64.exe"
96+ ["windows /x64"]="edge-win-x64.exe"
97+ ["windows /arm64"]="edge-win-arm64.exe"
9898 )
9999
100100 for combo in "${!binaries[@]}"; do
101101 platform="${combo%%/*}"
102102 arch="${combo##*/}"
103103 binary="${binaries[$combo]}"
104104 bin_name="edge"
105- if [[ "$platform" == "win " ]]; then
105+ if [[ "$platform" == "windows " ]]; then
106106 bin_name="edge.exe"
107107 fi
108108
@@ -127,7 +127,7 @@ jobs:
127127 chmod 600 ~/.ssh/deploy_key
128128 ssh-keyscan -p "$SSH_PORT" "$SSH_HOST" >> ~/.ssh/known_hosts 2>/dev/null
129129
130- for platform in linux macos win ; do
130+ for platform in linux macos windows ; do
131131 for arch in x64 arm64; do
132132 remote_dir="${BASE_PATH}/cli/mainnet/${platform}/${arch}"
133133
You can’t perform that action at this time.
0 commit comments