From d01a60fdb72a7a1008134aaf98477f16453df558 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Thu, 14 Sep 2023 16:46:36 -0500 Subject: [PATCH] windows is mysterious. --- scripts/windowsish-17.ps1 | 2 +- scripts/windowsish.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"