File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ jobs:
377377 Write-Error "signtool.exe not found on the runner"
378378 exit 1
379379 }
380- & $signtool.FullName sign /f cert.pfx /p $env:WINDOWS_PFX_PASSWORD / tr http://timestamp.digicert.com /td sha256 /fd sha256 release_cli/${{ matrix.package_name }}/eim.exe
380+ & $signtool.FullName sign /f cert.pfx /tr http://timestamp.digicert.com /td sha256 /fd sha256 release_cli/${{ matrix.package_name }}/eim.exe
381381
382382 - name : Codesign macOS Binary
383383 if : startsWith(matrix.os, 'macos')
@@ -491,7 +491,7 @@ jobs:
491491 Write-Error "signtool.exe not found on the runner"
492492 exit 1
493493 }
494- & $signtool.FullName sign /f cert.pfx /p $env:WINDOWS_PFX_PASSWORD / tr http://timestamp.digicert.com /td sha256 /fd sha256 release_cli/${{ matrix.package_name }}/offline_installer_builder.exe
494+ & $signtool.FullName sign /f cert.pfx /tr http://timestamp.digicert.com /td sha256 /fd sha256 release_cli/${{ matrix.package_name }}/offline_installer_builder.exe
495495
496496 - name : Codesign macOS offline_installer_builder Binary
497497 if : startsWith(matrix.os, 'macos')
@@ -675,7 +675,7 @@ jobs:
675675 exit 1
676676 }
677677
678- & $signtool.FullName sign /f cert.pfx /p $env:WINDOWS_PFX_PASSWORD / tr http://timestamp.digicert.com /td sha256 /fd sha256 .\src-tauri\target\release\eim.exe
678+ & $signtool.FullName sign /f cert.pfx /tr http://timestamp.digicert.com /td sha256 /fd sha256 .\src-tauri\target\release\eim.exe
679679
680680 - name : Handle Linux artifacts
681681 if : startsWith(matrix.os, 'ubuntu')
You can’t perform that action at this time.
0 commit comments