cocktailpeanut преди 2 седмици
родител
ревизия
2976b82357
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  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: