Explorar o código

add missing VSCODE_ARCH

Baptiste Augrain %!s(int64=4) %!d(string=hai) anos
pai
achega
b3e6c6dbe1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      update_version.sh

+ 2 - 2
update_version.sh

@@ -99,8 +99,8 @@ cd ..
 
 if [[ "$OS_NAME" == "osx" ]]; then
   # zip, sha1, and sha256 files are all at top level dir
-  ASSET_NAME=VSCodium-darwin-${LATEST_MS_TAG}.zip
-  VERSION_PATH="darwin"
+  ASSET_NAME=MrCode-darwin-${VSCODE_ARCH}-${LATEST_MS_TAG}.zip
+  VERSION_PATH="darwin/${VSCODE_ARCH}"
   JSON="$(generateJson ${ASSET_NAME})"
   updateLatestVersion "$VERSION_PATH" "$JSON"
 elif [[ "$CI_WINDOWS" == "True" ]]; then