Browse Source

fix: stable version should also generate `src` asset [skip ci]

Baptiste Augrain 2 years ago
parent
commit
ac01dd9d0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      check_tags.sh

+ 1 - 1
check_tags.sh

@@ -49,7 +49,7 @@ contains() {
 if [ "${ASSETS}" != "null" ]; then
   # macos
   if [[ "${OS_NAME}" == "osx" ]]; then
-    if [[ "${VSCODE_QUALITY}" == "insider" && "${VSCODE_ARCH}" == "arm64" ]]; then
+    if [[ "${VSCODE_ARCH}" == "arm64" ]]; then
       if [[ -z $( contains "${APP_NAME}-${RELEASE_VERSION}-src.tar.gz" ) || -z $( contains "${APP_NAME}-${RELEASE_VERSION}-src.zip" ) ]]; then
         echo "Building on MacOS because we have no SRC"
         export SHOULD_BUILD="yes"