mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-17 21:59:01 +00:00
Update CI-master_tests.yml
This commit is contained in:
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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user