cocktailpeanut 1 vecka sedan
förälder
incheckning
2976b82357
1 ändrade filer med 4 tillägg och 2 borttagningar
  1. 4 2
      .github/workflows/build.yml

+ 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: