File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,12 @@ jobs:
162162 run : |
163163 Invoke-WebRequest https://github.com/vcsjones/AzureSignTool/releases/download/v6.0.0/AzureSignTool-x64.exe -OutFile src-tauri/AzureSignTool.exe
164164 $env:Path += ";$PWD\\src-tauri"
165-
165+ - name : Debug AzureSignTool path
166+ shell : bash
167+ run : |
168+ ls -l ./src-tauri/AzureSignTool.exe || echo "AzureSignTool NOT FOUND in working directory"
169+ which AzureSignTool.exe || echo "AzureSignTool.exe not found in PATH"
170+
166171 - name : Verify AzureSignTool exists
167172 shell : bash
168173 run : |
Original file line number Diff line number Diff line change 7171 ],
7272 "externalBin" : [" binaries/cortex-server" ],
7373 "windows" : {
74- "signCommand" : " AzureSignTool.exe sign -du \" https://jan.ai\" -kvu https://jankeyvaults.vault.azure.net/ -kvi %AZURE_CLIENT_ID% -kvt %AZURE_TENANT_ID% -kvs %AZURE_CLIENT_SECRET% -kvc %AZURE_CERT_NAME% -tr http://timestamp.globalsign.com/tsa/r6advanced1 -v %1"
74+ "signCommand" : " ./src-tauri/ AzureSignTool.exe sign -du \" https://jan.ai\" -kvu https://jankeyvaults.vault.azure.net/ -kvi %AZURE_CLIENT_ID% -kvt %AZURE_TENANT_ID% -kvs %AZURE_CLIENT_SECRET% -kvc %AZURE_CERT_NAME% -tr http://timestamp.globalsign.com/tsa/r6advanced1 -v %1"
7575 }
7676 }
7777}
You can’t perform that action at this time.
0 commit comments