ci: revert target selection

This commit is contained in:
jjm2473
2023-01-13 12:00:07 +08:00
parent d876a8617f
commit 08cb49d04f

View File

@@ -11,13 +11,7 @@ on:
target:
description: 'build target ["arm64", "x64", "mipsel", "all"]'
required: true
default: 'arm64'
type: choice
options:
- arm64
- x64
- mipsel
- all
default: 'all'
env: