ok finally that makes sense

This commit is contained in:
Daniel Carbone
2023-09-14 17:04:40 -05:00
parent 58f2b9e47b
commit 013545576e
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ Move-Item -Force -LiteralPath "$Env:RUNNER_TEMP\${_bin_name}" -Destination "$Env
Write-Host "Adding $Env:RUNNER_TOOL_CACHE\jq\ to path..."
$(
"$Env:RUNNER_TOOL_CACHE\jq\" -Raw
"$Env:RUNNER_TOOL_CACHE\jq\"
Get-Content "$Env:GITHUB_PATH" -Raw
) | Set-Content "$Env:GITHUB_PATH"