mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
Missing recurse
This commit is contained in:
@@ -130,7 +130,7 @@ function Install-Binary {
|
||||
|
||||
if ($InstallerLogPath) {
|
||||
Write-Host "Searching for logs maching $InstallerLogPath pattern"
|
||||
Get-ChildItem -Path $InstallerLogPath | ForEach-Object {
|
||||
Get-ChildItem -Recurse -Path $InstallerLogPath | ForEach-Object {
|
||||
Write-Output "Found Installer Log: $InstallerLogPath"
|
||||
Get-Content -Path $InstallerLogPath
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user