This commit is contained in:
John Doe
2022-10-02 19:30:20 +08:00
parent c44ed3bd20
commit 922b54f4b8
2 changed files with 25 additions and 0 deletions

View File

@@ -3,9 +3,21 @@ on:
workflow_dispatch:
inputs:
package_clean:
type: choice
description: 'check to make clean package'
options:
- true
- false
default: 'false'
required: true
debug:
type: choice
description: 'debug?'
options:
- true
- false
default: 'true'
required: true
jobs:
build: