@@ -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:
runs-on: ubuntu-latest