Skip to content

Commit b885569

Browse files
committed
Change the pattern for matching file
1 parent 2727846 commit b885569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-quarto/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
# On Windows scoop will be used so no need to download the release
3737
if [ -z "${{inputs.version}}" ]; then
3838
# download the latest release
39-
gh release download --repo quarto-dev/quarto-cli --pattern ${{ format('*.{0}', env.BUNDLE_EXT) }}
39+
gh release download --repo quarto-dev/quarto-cli --pattern ${{ format('*{0}', env.BUNDLE_EXT) }}
4040
else
4141
# download a specific release
4242
wget https://github.com/quarto-dev/quarto-cli/releases/download/v${{inputs.version}}/quarto-${{inputs.version}}-${{env.BUNDLE_EXT}}

0 commit comments

Comments
 (0)