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 4f4a680 + 0c2ff32 commit 76ff675Copy full SHA for 76ff675
.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 ${{ steps.create_packages.outputs.msi_installer }} /td SHA256 /fd SHA256
211
if ($LastExitCode -eq "0")
212
213
# Stop if code-signing the binary using this server was successful.
0 commit comments