mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 22:54:48 +00:00
ci(build): use options menu for android
This commit is contained in:
10
.github/workflows/build-android.yml
vendored
10
.github/workflows/build-android.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user