Skip to content

Commit f4d4246

Browse files
committed
REMOVEME: Add manual signtool call to diagnose.
1 parent 2ec65ea commit f4d4246

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tauri-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ jobs:
9898
releaseId: ${{ steps.get_release.outputs.id }}
9999
args: ${{ matrix.args }}
100100

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+
101106
- uses: actions/upload-artifact@v4
102107
with:
103108
name: zmk-studio-${{ matrix.name }}

0 commit comments

Comments
 (0)