Skip to content

Commit c70b2f8

Browse files
committed
input.version is no more empty - fix windows
follow up of #89
1 parent 18b0e0e commit c70b2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
;;
7878
"Windows")
7979
# can't install msi for now so use scoop
80-
if [ -z "${{ inputs.version }}" ]
80+
if [ "${{inputs.version}}" == "release" ]
8181
then
8282
powershell -File $GITHUB_ACTION_PATH/install-quarto-windows.ps1
8383
else

0 commit comments

Comments
 (0)