We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e4b5c6 + 14553de commit cdaa7a1Copy full SHA for cdaa7a1
.github/workflows/release-packages.yaml
@@ -207,7 +207,7 @@ jobs:
207
$servers = @('http://ts.ssl.com', 'http://timestamp.digicert.com', 'http://timestamp.sectigo.com')
208
foreach($ts_server in $servers)
209
{
210
- & signtool.exe sign /f $env:pfxcert /p "${{ secrets.CODESIGNCERTPASSWORD }}" /tr $ts_server ${{ steps.create_packages.outputs.msi_installer }} /td SHA256 /fd SHA256
+ & signtool.exe sign /f $env:pfxcert /p "${{ secrets.CODESIGNCERTPASSWORD }}" /tr $ts_server /td SHA256 /fd SHA256 ${{ steps.create_packages.outputs.msi_installer }}
211
if ($LastExitCode -eq "0")
212
213
# Stop if code-signing the binary using this server was successful.
0 commit comments