fix: split version for vscode (#1202)

This commit is contained in:
Baptiste Augrain
2022-08-16 19:00:11 +02:00
committed by GitHub
parent fcbf70d7ca
commit 81d304fa37
5 changed files with 112 additions and 108 deletions

View File

@@ -26,7 +26,7 @@ if [[ "${OS_NAME}" == "osx" ]]; then
echo "Building and moving DMG"
pushd "VSCode-darwin-${VSCODE_ARCH}"
npx create-dmg VSCodium.app ..
mv "../VSCodium ${RELEASE_VERSION}.dmg" "../artifacts/VSCodium.${VSCODE_ARCH}.${RELEASE_VERSION}.dmg"
mv "../VSCodium ${MS_TAG}.dmg" "../artifacts/VSCodium.${VSCODE_ARCH}.${RELEASE_VERSION}.dmg"
popd
fi