Skip to content

Commit 9d3c8ec

Browse files
authored
Merge pull request #6349 from NlightNFotis/windows_codesigning_fix
Add /fd and /td SHA256 as now necessary
2 parents 4e38322 + aca7eba commit 9d3c8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
$servers = @('http://ts.ssl.com', 'http://timestamp.digicert.com', 'http://timestamp.sectigo.com')
208208
foreach($ts_server in $servers)
209209
{
210-
& signtool.exe sign /f $env:pfxcert /p "${{ secrets.CODESIGNCERTPASSWORD }}" /tr $ts_server ${{ steps.create_packages.outputs.msi_installer }}
210+
& signtool.exe sign /f $env:pfxcert /p "${{ secrets.CODESIGNCERTPASSWORD }}" /tr $ts_server ${{ steps.create_packages.outputs.msi_installer } /td SHA256 /fd SHA256}
211211
if ($LastExitCode -eq "0")
212212
{
213213
# Stop if code-signing the binary using this server was successful.

0 commit comments

Comments
 (0)