forked from CringeStudios/element-desktop
Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
8598680a87
commit
b845c85531
2
.github/workflows/build_windows.yaml
vendored
2
.github/workflows/build_windows.yaml
vendored
@ -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 }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user