fix: action bugs
This commit is contained in:
2
.github/workflows/add_signed_microsft.yml
vendored
2
.github/workflows/add_signed_microsft.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Upload store MSIX to release
|
- name: Upload store MSIX to release
|
||||||
uses: JasonWei512/Upload-Microsoft-Store-MSIX-Package-to-GitHub-Release@v1
|
uses: hiddify/Upload-Microsoft-Store-MSIX-Package-to-GitHub-Release@develop
|
||||||
with:
|
with:
|
||||||
store-id: 9pdfnl3qv2s5
|
store-id: 9pdfnl3qv2s5
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -187,8 +187,9 @@ jobs:
|
|||||||
uses: hiddify/signtool-code-sign-sha256@main
|
uses: hiddify/signtool-code-sign-sha256@main
|
||||||
with:
|
with:
|
||||||
certificate: '${{ secrets.WINDOWS_SIGNING_KEY }}'
|
certificate: '${{ secrets.WINDOWS_SIGNING_KEY }}'
|
||||||
password: '${{ secrets.WINDOWS_SIGNING_PASSWORD }}'
|
cert-password: '${{ secrets.WINDOWS_SIGNING_PASSWORD }}'
|
||||||
folder: 'out'
|
folder: 'out'
|
||||||
|
timestamp-server: 'http://timestamp.digicert.com'
|
||||||
recursive: true
|
recursive: true
|
||||||
description: 'Hiddify'
|
description: 'Hiddify'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user