mirror of
https://github.com/actions/node-versions.git
synced 2025-12-16 10:46:48 +08:00
Add new path for ubuntu runner (#230)
This commit is contained in:
parent
5c7702bb19
commit
ff3fc4cc4e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user