chore(ci): use choice instead of input-box in ci

This commit is contained in:
Andelf
2022-06-28 22:40:16 +08:00
parent fb92e64967
commit 02563dac2d

View File

@@ -6,12 +6,16 @@ on:
workflow_dispatch:
inputs:
build-target:
description: 'Build Target ("nightly"/"beta"/"non-release")'
type: string
description: 'Build Target (Release Type)'
type: choice
required: true
options:
- beta
- nightly
- non-release
default: "beta"
git-ref:
description: "Release Git Ref(master)"
description: "Release Git Ref (Which branch or tag to build?)"
required: true
default: "master"
is-draft: