Skip to content

Commit

Permalink
ci(build): use options menu for android
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Aug 10, 2022
1 parent 80fb12b commit 2d1fb05
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-android.yml
Expand Up @@ -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
Expand Down

0 comments on commit 2d1fb05

Please sign in to comment.