We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9d46c commit 8d5b3d8Copy full SHA for 8d5b3d8
2 files changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
# --notes "Pinokio version $PACKAGE_VERSION."
36
37
windows-unsigned:
38
-# if: false
+ if: false
39
needs: "create-release"
40
runs-on: windows-latest
41
permissions:
@@ -63,7 +63,7 @@ jobs:
63
args: --win
64
65
windows:
66
- if: false
+# if: false
67
68
69
package.json
@@ -32,7 +32,7 @@
32
"publish": [
33
{
34
"provider": "github",
- "owner": "peanutcocktail",
+ "owner": "pinokiocomputer",
"repo": "pinokio"
}
],
0 commit comments