Skip to content

Commit 726a1ab

Browse files
authored
wip
1 parent 89575d4 commit 726a1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/setup-dotnet/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ runs:
4747
}
4848
4949
$DotnetPath = Split-Path $DotnetPath -Parent
50-
Write-Host "Adding $DotnetPath to PATH"
51-
Write-Host "$DotnetPath" >> "$GITHUB_PATH"
50+
Write-Host "Adding $DotnetPath to PATH ($env:GITHUB_PATH)"
51+
Write-Host "$DotnetPath" >> "$env:GITHUB_PATH"
5252
echo "::endgroup::"

0 commit comments

Comments
 (0)