cd: update workflow inputs

This commit is contained in:
Kingkor Roy Tirtho 2024-05-06 22:38:58 +06:00
parent fab767a797
commit 0cc1a97914

View File

@ -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