Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2025-02-13 15:27:08 +00:00
parent 8598680a87
commit b845c85531
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -185,7 +185,7 @@ jobs:
run: | run: |
Set-StrictMode -Version 'Latest' Set-StrictMode -Version 'Latest'
Get-ChildItem ` Get-ChildItem `
-Recurse "." ` -Recurse dist `
-Include *.exe, *.msi ` -Include *.exe, *.msi `
| ForEach-Object -Process {. 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x64\signtool.exe' verify /pa $_.FullName; if(!$?) { throw }} | ForEach-Object -Process {. 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x64\signtool.exe' verify /pa $_.FullName; if(!$?) { throw }}