Skip to content

Commit 3387e96

Browse files
committed
do not retrieve bundle name on Windows
1 parent f6ee27f commit 3387e96

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
@@ -41,8 +41,8 @@ runs:
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}}
4343
fi
44-
fi
4544
echo "::set-output name=installer::$(ls quarto*${{ env.BUNDLE_EXT }})"
45+
fi
4646
shell: bash
4747
- name: 'Install Quarto'
4848
run: |

0 commit comments

Comments
 (0)