浏览代码

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

Baptiste Augrain 2 年之前
父节点
当前提交
ac01dd9d0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      check_tags.sh

+ 1 - 1
check_tags.sh

@@ -49,7 +49,7 @@ contains() {
 if [ "${ASSETS}" != "null" ]; then
 if [ "${ASSETS}" != "null" ]; then
   # macos
   # macos
   if [[ "${OS_NAME}" == "osx" ]]; then
   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
       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"
         echo "Building on MacOS because we have no SRC"
         export SHOULD_BUILD="yes"
         export SHOULD_BUILD="yes"