1
0
cocktailpeanut 1 долоо хоног өмнө
parent
commit
2976b82357

+ 4 - 2
.github/workflows/build.yml

@@ -34,7 +34,8 @@ jobs:
             --notes-file RELEASE.md
 #            --notes "Pinokio version $PACKAGE_VERSION."
 
-#  windows:
+  windows:
+    if: false
     needs: "create-release"
     runs-on: windows-latest
     permissions:
@@ -182,7 +183,8 @@ jobs:
         if: failure()
         run: cat dist-darwin/**/notarization-error.log || echo "No notarization-error.log found"
 
-#  linux:
+  linux:
+    if: false
     needs: "create-release"
     runs-on: ubuntu-latest
     permissions: