mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-03 21:50:42 +08:00
Fix github action input type
This commit is contained in:
parent
f62104aa84
commit
b09c53a024
4
.github/workflows/build_windows.yml
vendored
4
.github/workflows/build_windows.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user