ci(build): use options menu for android

pull/6318/head
Andelf 2022-08-10 09:13:34 +08:00
parent 80fb12b6e7
commit 2d1fb05117
1 changed files with 7 additions and 3 deletions

View File

@ -7,10 +7,14 @@ on:
workflow_dispatch:
inputs:
build-target:
description: 'Build Target ("nightly"/"beta"/"non-release")'
type: string
description: 'Build Target (Release Type)'
type: choice
required: true
default: "beta"
options:
- beta
- nightly
- non-release
default: "non-release"
git-ref:
description: "Build from Git Ref(master)"
required: true