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 2727846 commit b885569Copy full SHA for b885569
install-quarto/action.yml
@@ -36,7 +36,7 @@ runs:
36
# On Windows scoop will be used so no need to download the release
37
if [ -z "${{inputs.version}}" ]; then
38
# download the latest release
39
- gh release download --repo quarto-dev/quarto-cli --pattern ${{ format('*.{0}', env.BUNDLE_EXT) }}
+ gh release download --repo quarto-dev/quarto-cli --pattern ${{ format('*{0}', env.BUNDLE_EXT) }}
40
else
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}}
0 commit comments