mirror of
https://github.com/dcarbone/install-jq-action.git
synced 2026-02-23 16:36:56 +08:00
ok finally that makes sense
This commit is contained in:
@@ -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..."
|
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
|
Get-Content "$Env:GITHUB_PATH" -Raw
|
||||||
) | Set-Content "$Env:GITHUB_PATH"
|
) | Set-Content "$Env:GITHUB_PATH"
|
||||||
|
|
||||||
|
|||||||
@@ -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..."
|
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
|
Get-Content "$Env:GITHUB_PATH" -Raw
|
||||||
) | Set-Content "$Env:GITHUB_PATH"
|
) | Set-Content "$Env:GITHUB_PATH"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user