mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-07 01:47:07 +00:00
Minor fix
This commit is contained in:
parent
843b5197ce
commit
6ade6c061b
1 changed files with 2 additions and 2 deletions
|
|
@ -8,11 +8,11 @@ $windowsDotnetPaths = @("$env:LocalAppData\Microsoft\dotnet/*", "$env:ProgramFil
|
|||
|
||||
$pathsToClear = @()
|
||||
|
||||
if ($os -eq "linux") {
|
||||
if ($os -eq "Linux") {
|
||||
$pathsToClear = $linuxDotnetPaths
|
||||
} elseif ($os -eq "macOS") {
|
||||
$pathsToClear = $macOSDotnetPaths
|
||||
} elseif ($os -eq "windows") {
|
||||
} elseif ($os -eq "Windows") {
|
||||
$pathsToClear = $windowsDotnetPaths
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue