mirror of
https://github.com/actions/node-versions.git
synced 2025-12-15 05:07:33 +08:00
Add new path for ubuntu runner
This commit is contained in:
@@ -12,6 +12,7 @@ Describe "Node.js" {
|
||||
$possiblePaths = @(
|
||||
Join-Path -Path $homeDir -ChildPath "actions-runner/cached/_diag/pages"
|
||||
Join-Path -Path $homeDir -ChildPath "runners/*/_diag/pages"
|
||||
Join-Path -Path $homeDir -ChildPath "actions-runner/extracted/_diag/pages"
|
||||
)
|
||||
|
||||
$logsFolderPath = $possiblePaths | Where-Object { Test-Path $_ } | Select-Object -First 1
|
||||
|
||||
Reference in New Issue
Block a user