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 2ec65ea commit f4d4246Copy full SHA for f4d4246
1 file changed
.github/workflows/tauri-build.yml
@@ -98,6 +98,11 @@ jobs:
98
releaseId: ${{ steps.get_release.outputs.id }}
99
args: ${{ matrix.args }}
100
101
+ - name: Test manually signing (windows only)
102
+ if: "!cancelled() && matrix.platform == 'windows-latest'"
103
+ run: |
104
+ signtool.exe sign /v /debug /fd SHA256 /tr http://timestamp.acs.microsoft.com /td SHA256 /dlib ..\\Microsoft.Trusted.Signing.Client\\bin\\x64\\Azure.CodeSigning.Dlib.dll /dmdf trusted-signing-metadata.json src-tauri/target\release\zmk-studio.exe
105
+
106
- uses: actions/upload-artifact@v4
107
with:
108
name: zmk-studio-${{ matrix.name }}
0 commit comments