cocktailpeanut hai 1 mes
pai
achega
1d78773397
Modificáronse 2 ficheiros con 32 adicións e 32 borrados
  1. 30 30
      .github/workflows/build.yml
  2. 2 2
      package.json

+ 30 - 30
.github/workflows/build.yml

@@ -63,36 +63,36 @@ jobs:
           path: dist-win32
           retention-days: 1
 
-      - id: Sign
-        if: ${{ runner.os == 'Windows' }}
-        uses: signpath/github-action-submit-signing-request@v1.1
-        with:
-          api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
-          organization-id: 'd2da0df2-dc12-4516-8222-87178d5ebf3d'
-          project-slug: 'pinokio'
-          signing-policy-slug: 'test-signing'
-          github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
-          wait-for-completion: true
-          output-artifact-directory: './signed-windows'
-          parameters: |
-            version: ${{ toJSON(github.ref_name) }}
-
-      - name: Get package.json version
-        id: get_version
-        shell: bash
-        run: |
-          PACKAGE_VERSION=$(node -p "require('./package.json').version")
-          echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV
-
-      - name: Publish GitHub Release with gh
-        shell: bash
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-        run: |
-          echo "Releasing version $PACKAGE_VERSION"
-          gh release create "v$PACKAGE_VERSION" ./signed-windows/*.exe \
-            --title "Release v$PACKAGE_VERSION" \
-            --notes "Pinokio version $PACKAGE_VERSION."
+#      - id: Sign
+#        if: ${{ runner.os == 'Windows' }}
+#        uses: signpath/github-action-submit-signing-request@v1.1
+#        with:
+#          api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
+#          organization-id: 'd2da0df2-dc12-4516-8222-87178d5ebf3d'
+#          project-slug: 'pinokio'
+#          signing-policy-slug: 'test-signing'
+#          github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
+#          wait-for-completion: true
+#          output-artifact-directory: './signed-windows'
+#          parameters: |
+#            version: ${{ toJSON(github.ref_name) }}
+#
+#      - name: Get package.json version
+#        id: get_version
+#        shell: bash
+#        run: |
+#          PACKAGE_VERSION=$(node -p "require('./package.json').version")
+#          echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV
+#
+#      - name: Publish GitHub Release with gh
+#        shell: bash
+#        env:
+#          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+#        run: |
+#          echo "Releasing version $PACKAGE_VERSION"
+#          gh release create "v$PACKAGE_VERSION" ./signed-windows/*.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.3",
+  "version": "3.20.4",
   "homepage": "https://pinokio.co",
   "description": "pinokio",
   "main": "main.js",
@@ -122,7 +122,7 @@
   "dependencies": {
     "electron-store": "^8.1.0",
     "electron-window-state": "^5.0.3",
-    "pinokiod": "^3.20.3"
+    "pinokiod": "^3.20.4"
   },
   "devDependencies": {
     "@electron/rebuild": "3.2.10",