From 9c2e9d8d858c4e601ab5e7f5c89e9e683f9ab666 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Mon, 4 Mar 2024 02:12:21 +0100 Subject: [PATCH] disable signing --- .github/workflows/build.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed9d3710..51594939 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -182,16 +182,16 @@ jobs: tree .\scripts\package_windows.ps1 - - name: Code Sign - if: ${{ inputs.upload-artifact && startsWith(matrix.platform,'windows') }} - uses: dlemstra/code-sign-action@v1 - with: - certificate: '-----BEGIN CERTIFICATE-----\n${{ secrets.WINDOWS_SIGNING_KEY }}-----END CERTIFICATE-----\n' - password: '${{ secrets.WINDOWS_SIGNING_PASSWORD }}' - folder: 'out' - recursive: true + # - name: Code Sign + # if: ${{ inputs.upload-artifact && startsWith(matrix.platform,'windows') }} + # uses: dlemstra/code-sign-action@v1 + # with: + # certificate: '-----BEGIN CERTIFICATE-----\n${{ secrets.WINDOWS_SIGNING_KEY }}-----END CERTIFICATE-----\n' + # password: '${{ secrets.WINDOWS_SIGNING_PASSWORD }}' + # folder: 'out' + # recursive: true - description: 'Hiddify' + # description: 'Hiddify' - name: Copy to out Android APK if: matrix.platform == 'android-apk'