Fix github action input type

This commit is contained in:
Martin Šach 2024-11-21 15:01:43 +01:00
parent f62104aa84
commit b09c53a024

View File

@ -7,11 +7,11 @@ on:
create_pdb:
description: 'Zip pdbs'
default: false
type: bool
type: boolean
create_installer:
description: 'Create installer'
default: false
type: bool
type: boolean
jobs:
build_win: