mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 10:23:33 +08:00
ci: better workflow dispatch inputs
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -12,11 +12,11 @@ on:
|
||||
nightly:
|
||||
type: boolean
|
||||
default: true
|
||||
description: "Whether to build nightly version"
|
||||
description: "Nightly Build"
|
||||
version:
|
||||
type: string
|
||||
default: v0.0.0
|
||||
description: "Version to build (e.g. v0.0.0)"
|
||||
default: ''
|
||||
description: "Version (e.g. v0.0.0)"
|
||||
|
||||
env:
|
||||
QT_VERSION: '6.10.*'
|
||||
|
||||
Reference in New Issue
Block a user