mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 19:46:46 +00:00
Fixing small typo (#4878)
This commit is contained in:
@@ -90,7 +90,7 @@ function Install-JavaJDK {
|
||||
Write-Host "Creating Java '${fullJavaVersion}' folder in '${javaVersionPath}'"
|
||||
New-Item -ItemType Directory -Path $javaVersionPath -Force | Out-Null
|
||||
|
||||
# Complete the installation by extarcting Java binaries to toolcache and creating the complete file
|
||||
# Complete the installation by extracting Java binaries to toolcache and creating the complete file
|
||||
Extract-7Zip -Path $archivePath -DestinationPath $javaVersionPath
|
||||
Invoke-SBWithRetry -Command {
|
||||
Get-ChildItem -Path $javaVersionPath | Rename-Item -NewName $javaArchPath -ErrorAction Stop
|
||||
|
||||
Reference in New Issue
Block a user