cocktailpeanut 1 month ago
parent
commit
f12e730f80
2 changed files with 7 additions and 5 deletions
  1. 5 3
      .github/workflows/build.yml
  2. 2 2
      package.json

+ 5 - 3
.github/workflows/build.yml

@@ -110,9 +110,11 @@ jobs:
         run: |
           echo "Releasing version $PACKAGE_VERSION"
           #gh release create "v$PACKAGE_VERSION" ./signed-windows/*.exe \
-          gh release create "v$PACKAGE_VERSION" ./dist-win32/*.exe \
-            --title "Release v$PACKAGE_VERSION" \
-            --notes "Pinokio version $PACKAGE_VERSION."
+
+          gh release upload "v$PACKAGE_VERSION" ./dist-win32/*.exe \
+          #gh release create "v$PACKAGE_VERSION" ./dist-win32/*.exe \
+          #  --title "Release v$PACKAGE_VERSION" \
+          #  --notes "Pinokio version $PACKAGE_VERSION."
 
   mac:
     needs: "create-release"

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "Pinokio",
   "private": true,
-  "version": "3.20.23",
+  "version": "3.20.24",
   "homepage": "https://pinokio.co",
   "description": "pinokio",
   "main": "main.js",
@@ -116,7 +116,7 @@
     "electron-store": "^8.1.0",
     "electron-updater": "^6.6.2",
     "electron-window-state": "^5.0.3",
-    "pinokiod": "^3.20.23"
+    "pinokiod": "^3.20.24"
   },
   "devDependencies": {
     "@electron/rebuild": "3.2.10",