From 6854d3ae30c73a9650b289540eb03b7bd89aca40 Mon Sep 17 00:00:00 2001 From: SirBroccoli Date: Tue, 1 Oct 2024 13:16:13 +0200 Subject: [PATCH] Update CI-master_tests.yml --- .github/workflows/CI-master_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-master_tests.yml b/.github/workflows/CI-master_tests.yml index cf97d24e..06354bfe 100644 --- a/.github/workflows/CI-master_tests.yml +++ b/.github/workflows/CI-master_tests.yml @@ -77,13 +77,13 @@ jobs: Write-Error "winPEAS.exe not found at $exePath" } - - name: Execute winPEAS domain + - name: Execute winPEAS cloudinfo shell: pwsh run: | $Configuration = "Release" $exePath = "winPEAS/winPEASexe/winPEAS/bin/$Configuration/winPEAS.exe" if (Test-Path $exePath) { - & $exePath domain + & $exePath cloudinfo } else { Write-Error "winPEAS.exe not found at $exePath" }