Skip to content

Commit

Permalink
ok finally that makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Sep 14, 2023
1 parent 58f2b9e commit 0135455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/windowsish-17.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion scripts/windowsish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 0135455

Please sign in to comment.