We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992abab commit 419bb82Copy full SHA for 419bb82
.github/workflows/check-test-build.yml
@@ -90,7 +90,7 @@ jobs:
90
91
- name: Sign (Windows)
92
if: ${{ matrix.os == 'windows-latest' }}
93
- uses: hhhhhojeihsu/code-sign-action@c4df355f7e6ceee249e6e6d76debded9ff874046
+ uses: hhhhhojeihsu/code-sign-action@b3e26bd73c72c2092a060363c5c54e540ad6d918
94
with:
95
certificate: '${{ secrets.SIGNTOOL_CERT }}'
96
password: '${{ secrets.SIGNTOOL_PASS }}'
0 commit comments