Update CI-master_tests.yml
This commit is contained in:
parent
d37ebda1b5
commit
e6e1145be6
2
.github/workflows/CI-master_tests.yml
vendored
2
.github/workflows/CI-master_tests.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
|||||||
$Configuration = "Release"
|
$Configuration = "Release"
|
||||||
$exePath = "winPEAS/winPEASexe/winPEAS/bin/$Configuration/winPEAS.exe"
|
$exePath = "winPEAS/winPEASexe/winPEAS/bin/$Configuration/winPEAS.exe"
|
||||||
if (Test-Path $exePath) {
|
if (Test-Path $exePath) {
|
||||||
& $exePath
|
& $exePath -h
|
||||||
} else {
|
} else {
|
||||||
Write-Error "winPEAS.exe not found at $exePath"
|
Write-Error "winPEAS.exe not found at $exePath"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user