Skip to content

Commit a7fa650

Browse files
committed
Fixed quote
1 parent 560314e commit a7fa650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
nuget install python -Version 3.14.0-b1 -x -o .
4646
$py = Get-Item python\tools
4747
Write-Host "Adding $py to GITHUB_PATH (${env:GITHUB_PATH})"
48-
$py" | Out-File $env:GITHUB_PATH -Encoding UTF8 -Append
48+
"$py" | Out-File $env:GITHUB_PATH -Encoding UTF8 -Append
4949
Write-Host "PATH entries:"
5050
Write-Host (Get-Content $env:GITHUB_PATH)
5151
working-directory: ${{ runner.temp }}

0 commit comments

Comments
 (0)