mirror of
https://github.com/actions/node-versions.git
synced 2025-12-17 03:16:48 +08:00
Add new path for ubuntu runner
This commit is contained in:
parent
5c7702bb19
commit
671ca7d4e8
@ -12,6 +12,7 @@ Describe "Node.js" {
|
|||||||
$possiblePaths = @(
|
$possiblePaths = @(
|
||||||
Join-Path -Path $homeDir -ChildPath "actions-runner/cached/_diag/pages"
|
Join-Path -Path $homeDir -ChildPath "actions-runner/cached/_diag/pages"
|
||||||
Join-Path -Path $homeDir -ChildPath "runners/*/_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
|
$logsFolderPath = $possiblePaths | Where-Object { Test-Path $_ } | Select-Object -First 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user