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: create_pdb:
description: 'Zip pdbs' description: 'Zip pdbs'
default: false default: false
type: bool type: boolean
create_installer: create_installer:
description: 'Create installer' description: 'Create installer'
default: false default: false
type: bool type: boolean
jobs: jobs:
build_win: build_win: