mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
chore(ci): use choice instead of input-box in ci
This commit is contained in:
10
.github/workflows/build-desktop-release.yml
vendored
10
.github/workflows/build-desktop-release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user