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:
|
||||
- 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:
|
||||
store-id: 9pdfnl3qv2s5
|
||||
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
|
||||
with:
|
||||
certificate: '${{ secrets.WINDOWS_SIGNING_KEY }}'
|
||||
password: '${{ secrets.WINDOWS_SIGNING_PASSWORD }}'
|
||||
cert-password: '${{ secrets.WINDOWS_SIGNING_PASSWORD }}'
|
||||
folder: 'out'
|
||||
timestamp-server: 'http://timestamp.digicert.com'
|
||||
recursive: true
|
||||
description: 'Hiddify'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user