瀏覽代碼

fix: stop cheking appiamge [skip ci]

Baptiste Augrain 1 年之前
父節點
當前提交
1861b90513
共有 1 個文件被更改,包括 7 次插入6 次删除
  1. 7 6
      check_tags.sh

+ 7 - 6
check_tags.sh

@@ -324,12 +324,13 @@ if [[ "${ASSETS}" != "null" ]]; then
         export SHOULD_BUILD_TAR="no"
       fi
 
-      if [[ -z $( contains "x86_64.AppImage" ) ]]; then
-        echo "Building on Linux x64 because we have no AppImage"
-        export SHOULD_BUILD="yes"
-      else
-        export SHOULD_BUILD_APPIMAGE="no"
-      fi
+      # if [[ -z $( contains "x86_64.AppImage" ) ]]; then
+      #   echo "Building on Linux x64 because we have no AppImage"
+      #   export SHOULD_BUILD="yes"
+      # else
+      #   export SHOULD_BUILD_APPIMAGE="no"
+      # fi
+      export SHOULD_BUILD_APPIMAGE="no"
 
       if [[ -z $( contains "${APP_NAME_LC}-reh-linux-x64-${RELEASE_VERSION}.tar.gz" ) ]]; then
         echo "Building on Linux x64 because we have no REH archive"