fix(windows): msi is correctly built [skip ci]

This commit is contained in:
Baptiste Augrain
2022-08-30 10:39:07 +02:00
parent c655e94765
commit b803eaaefe
6 changed files with 143 additions and 140 deletions

View File

@@ -41,7 +41,7 @@ else
fi
fi
echo "Release version: ${RELEASE_VERSION}"
echo "RELEASE_VERSION=\"${RELEASE_VERSION}\""
mkdir -p vscode
cd vscode || { echo "'vscode' dir not found"; exit 1; }
@@ -73,7 +73,8 @@ elif [[ -z "${MS_COMMIT}" ]]; then
fi
fi
echo "Got the MS tag: ${MS_TAG} version: ${MS_COMMIT}"
echo "MS_TAG=\"${MS_TAG}\""
echo "MS_COMMIT=\"${MS_COMMIT}\""
git fetch --depth 1 origin "${MS_COMMIT}"
git checkout FETCH_HEAD