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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
}