We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ee27f commit 3387e96Copy full SHA for 3387e96
install-quarto/action.yml
@@ -41,8 +41,8 @@ runs:
41
# download a specific release
42
wget https://github.com/quarto-dev/quarto-cli/releases/download/v${{inputs.version}}/quarto-${{inputs.version}}-${{env.BUNDLE_EXT}}
43
fi
44
- fi
45
echo "::set-output name=installer::$(ls quarto*${{ env.BUNDLE_EXT }})"
+ fi
46
shell: bash
47
- name: 'Install Quarto'
48
run: |
0 commit comments