diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 4686413..2b207f2 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -61,7 +61,7 @@ jobs: echo "MAYHEM_URL: ${{ env.MAYHEM_URL }}" $installerPath = "$env:TEMP\mayhem.msi" curl -L "https://app.mayhem.security/cli/Windows/mayhem.msi" -o $installerPath - Start-Process msiexec.exe -ArgumentList "/i", $installerPath, "/quiet", "/norestart", "/log", $logPath -NoNewWindow -Wait + Start-Process msiexec.exe -ArgumentList "/i", $installerPath, "/norestart", "/log", $logPath -NoNewWindow -Wait Get-Content $logPath $exePath = Get-ChildItem -Path "C:\Program Files\Mayhem" -Filter "mayhem.exe" -Recurse -ErrorAction SilentlyContinue | Select-Object -First 1 if ($exePath) {