This commit is contained in:
Daniel Carbone
2023-09-14 17:06:27 -05:00
parent 013545576e
commit f4380feee9

View File

@@ -5,7 +5,7 @@ Write-Host "::group::Prep"
$_base_url = "https://github.com/jqlang/jq/releases/download"
$_arch_env = ($Env::RUNNER_ARCH).ToLower()
$_arch_env = ($Env:RUNNER_ARCH).ToLower()
# validate input and prepare some vars