mirror of
https://github.com/dcarbone/install-jq-action.git
synced 2026-02-12 02:56:56 +08:00
remove download compressed
This commit is contained in:
@@ -64,6 +64,5 @@ runs:
|
||||
if: runner.os == 'Windows' && (steps.jq-check-windows.outputs.found == 'false' || inputs.force == 'true')
|
||||
shell: powershell
|
||||
env:
|
||||
DL_COMPRESSED: "${{ inputs.download-compressed == 'true' }}"
|
||||
JQ_VERSION: '${{ inputs.version }}'
|
||||
run: '& $Env:GITHUB_ACTION_PATH\scripts\windowsish.ps1'
|
||||
|
||||
Reference in New Issue
Block a user