mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-12 01:39:43 +00:00
chore(ci): enable default platform builds for beta workflow
This commit is contained in:
parent
2bc4ee0d7f
commit
5f2c7f1537
6
.github/workflows/beta-build.yml
vendored
6
.github/workflows/beta-build.yml
vendored
@ -22,17 +22,17 @@ on:
|
||||
description: "linux"
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
platform_macos_aarch64:
|
||||
description: "macos-aarch64"
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
platform_macos_x86_64:
|
||||
description: "macos-x86_64"
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
isDebug:
|
||||
description: "is debug?"
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user