Skip to content

Commit

Permalink
chore(ci): use choice instead of input-box in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jun 28, 2022
1 parent fb92e64 commit 02563da
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 02563da

Please sign in to comment.