Skip to content

Commit

Permalink
Merge branch 'main' into 29.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensoftware52 committed Oct 1, 2024
2 parents 4fd531b + f6c8c2d commit dcd3df3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CI/sign.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ $signedArchiveFileName = "slplugin-$env:SL_OBS_VERSION-$revision-signed.zip"
Get-ChildItem -Path "archive" -File -Recurse |
Where-Object { $signExtensions.Contains($_.Extension) } |
ForEach-Object {
$fullName = $_.FullName
& $signtool sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /f $certFile /p $certPass "$fullName"
Write-Host "Skip sign"
# $fullName = $_.FullName
# & $signtool sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /f $certFile /p $certPass "$fullName"
}

# Remove the certificate before any file operations are performed
Expand Down

0 comments on commit dcd3df3

Please sign in to comment.