diff --git a/check_tags.sh b/check_tags.sh index 48678b2..cc51c37 100755 --- a/check_tags.sh +++ b/check_tags.sh @@ -334,7 +334,7 @@ else if [[ "${VSCODE_ARCH}" != "x64" ]]; then export SHOULD_BUILD_APPIMAGE="no" fi - if [[ "${OS_NAME}" == "osx" ]]; then + elif [[ "${OS_NAME}" == "osx" ]]; then if [[ "${VSCODE_QUALITY}" == "insider" && "${VSCODE_ARCH}" == "arm64" ]]; then export SHOULD_BUILD_SRC="yes" fi