mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 11:07:02 +00:00
Update artifact path for nightly CI (#8810)
This commit is contained in:
committed by
GitHub
parent
8d6a01b370
commit
f9ce4b9de3
@@ -114,7 +114,7 @@ jobs:
|
||||
targetType: 'inline'
|
||||
script: |
|
||||
$ImageType = "${{ parameters.image_type }}"
|
||||
$rootDirectoryName = if ($ImageType.StartsWith("ubuntu")) { "linux" } else { "windows" }
|
||||
$rootDirectoryName = if ($ImageType.StartsWith("ubuntu")) { "ubuntu" } else { "windows" }
|
||||
$rootDirectoryPath = Join-Path "images" $rootDirectoryName | Resolve-Path
|
||||
|
||||
$readmePath = Join-Path $rootDirectoryPath "${{ parameters.image_readme_name }}"
|
||||
|
||||
Reference in New Issue
Block a user