Add 'development' option to channel input

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2026-07-16 03:20:05 +08:00 committed by GitHub
parent 18fd42ae68
commit ea433daaf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ on:
workflow_dispatch:
inputs:
channel:
description: 'Channel (stable, long-term, testing)'
description: 'Channel (stable, long-term, testing, development)'
required: true
default: 'stable'
type: choice
@ -11,6 +11,7 @@ on:
- stable
- long-term
- testing
- development
arch:
description: 'Architecture (x86, arm64)'
required: true