mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-10 17:07:30 +00:00
cd: update workflow inputs
This commit is contained in:
parent
fab767a797
commit
0cc1a97914
21
.github/workflows/build_packages.yml
vendored
21
.github/workflows/build_packages.yml
vendored
@ -2,27 +2,22 @@ name: Build Packages
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
debug:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
description: Debug with SSH toggle
|
||||||
|
required: false
|
||||||
channel:
|
channel:
|
||||||
type: choice
|
type: choice
|
||||||
description: Release Channel
|
|
||||||
required: true
|
|
||||||
options:
|
options:
|
||||||
- stable
|
- stable
|
||||||
- nightly
|
- nightly
|
||||||
default: nightly
|
default: nightly
|
||||||
debug:
|
description: The release channel
|
||||||
description: Debug on failed when channel is nightly
|
dry_run:
|
||||||
required: true
|
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
dry_run:
|
description: Dry run without uploading to release
|
||||||
description: Dry run
|
|
||||||
required: true
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- refactor/config-cli
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FLUTTER_VERSION: 3.19.5
|
FLUTTER_VERSION: 3.19.5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user