Update CI-master_tests.yml

This commit is contained in:
SirBroccoli
2024-10-01 11:29:39 +02:00
committed by GitHub
parent d37ebda1b5
commit e6e1145be6

View File

@@ -72,7 +72,7 @@ jobs:
$Configuration = "Release"
$exePath = "winPEAS/winPEASexe/winPEAS/bin/$Configuration/winPEAS.exe"
if (Test-Path $exePath) {
& $exePath
& $exePath -h
} else {
Write-Error "winPEAS.exe not found at $exePath"
}