diff --git a/scripts/windowsish-17.ps1 b/scripts/windowsish-17.ps1 index dd36ebc..c58ce79 100755 --- a/scripts/windowsish-17.ps1 +++ b/scripts/windowsish-17.ps1 @@ -70,7 +70,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\" + "$Env:RUNNER_TOOL_CACHE\jq\" -Raw Get-Content "$Env:GITHUB_PATH" -Raw ) | Set-Content "$Env:GITHUB_PATH" diff --git a/scripts/windowsish.ps1 b/scripts/windowsish.ps1 index 6f36b52..ce426ea 100755 --- a/scripts/windowsish.ps1 +++ b/scripts/windowsish.ps1 @@ -54,7 +54,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\" + "$Env:RUNNER_TOOL_CACHE\jq\" -Raw Get-Content "$Env:GITHUB_PATH" -Raw ) | Set-Content "$Env:GITHUB_PATH"