disable signing
This commit is contained in:
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@@ -182,16 +182,16 @@ jobs:
|
|||||||
tree
|
tree
|
||||||
.\scripts\package_windows.ps1
|
.\scripts\package_windows.ps1
|
||||||
|
|
||||||
- name: Code Sign
|
# - name: Code Sign
|
||||||
if: ${{ inputs.upload-artifact && startsWith(matrix.platform,'windows') }}
|
# if: ${{ inputs.upload-artifact && startsWith(matrix.platform,'windows') }}
|
||||||
uses: dlemstra/code-sign-action@v1
|
# uses: dlemstra/code-sign-action@v1
|
||||||
with:
|
# with:
|
||||||
certificate: '-----BEGIN CERTIFICATE-----\n${{ secrets.WINDOWS_SIGNING_KEY }}-----END CERTIFICATE-----\n'
|
# certificate: '-----BEGIN CERTIFICATE-----\n${{ secrets.WINDOWS_SIGNING_KEY }}-----END CERTIFICATE-----\n'
|
||||||
password: '${{ secrets.WINDOWS_SIGNING_PASSWORD }}'
|
# password: '${{ secrets.WINDOWS_SIGNING_PASSWORD }}'
|
||||||
folder: 'out'
|
# folder: 'out'
|
||||||
recursive: true
|
# recursive: true
|
||||||
|
|
||||||
description: 'Hiddify'
|
# description: 'Hiddify'
|
||||||
|
|
||||||
- name: Copy to out Android APK
|
- name: Copy to out Android APK
|
||||||
if: matrix.platform == 'android-apk'
|
if: matrix.platform == 'android-apk'
|
||||||
|
|||||||
Reference in New Issue
Block a user