diff --git a/scripts/windowsish-17.ps1 b/scripts/windowsish-17.ps1 index b0ab54e..27a0294 100755 --- a/scripts/windowsish-17.ps1 +++ b/scripts/windowsish-17.ps1 @@ -76,7 +76,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" diff --git a/scripts/windowsish.ps1 b/scripts/windowsish.ps1 index 34d32f4..0157a34 100755 --- a/scripts/windowsish.ps1 +++ b/scripts/windowsish.ps1 @@ -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"