File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244244 cat $GITHUB_OUTPUT
245245
246246 - name : Codesign application (Windows)
247- if : runner.os == 'Windows '
247+ if : runner.os == 'WindowsOFF '
248248 shell : cmd
249249 run : |
250250 rem AzureSignTool sign -kvu "${{ secrets.AZURE_KEY_VAULT_URI }}" -kvi "${{ secrets.AZURE_CLIENT_ID }}" -kvt "${{ secrets.AZURE_TENANT_ID }}" -kvs "${{ secrets.AZURE_CLIENT_SECRET }}" -kvc ${{ secrets.AZURE_CERT_NAME }} -tr http://timestamp.acs.microsoft.com -v ${{ steps.create-application.outputs.file }}
@@ -286,7 +286,7 @@ jobs:
286286 echo "file=$asset" >> $GITHUB_OUTPUT
287287
288288 - name : Codesign installer (Windows)
289- if : runner.os == 'Windows '
289+ if : runner.os == 'WindowsOFF '
290290 shell : cmd
291291 run : |
292292 "C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x86\signtool" sign /d "MAP Client - mapping tools" /tr http://rfc3161timestamp.globalsign.com/advanced /fd SHA256 /td SHA256 /f ev_certificate.pfx ${{ steps.create-installer.outputs.file }}
You can’t perform that action at this time.
0 commit comments