mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-12 01:39:43 +00:00
chore(ci): update beta build workflow defaults and matrix generation
This commit is contained in:
parent
9e0bf4f135
commit
8314dc1d6e
12
.github/workflows/beta-build.yml
vendored
12
.github/workflows/beta-build.yml
vendored
@ -12,27 +12,27 @@ on:
|
||||
description: "Enable updater?"
|
||||
required: true
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
platform_windows:
|
||||
description: "windows"
|
||||
required: true
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
platform_linux:
|
||||
description: "linux"
|
||||
required: true
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
platform_macos_aarch64:
|
||||
description: "macos-aarch64"
|
||||
required: true
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
platform_macos_x86_64:
|
||||
description: "macos-x86_64"
|
||||
required: true
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
isDebug:
|
||||
description: "is debug?"
|
||||
required: true
|
||||
@ -93,7 +93,7 @@ jobs:
|
||||
id: setting
|
||||
run: |
|
||||
matrix=""
|
||||
if [ "${{ github.event_name }}" == "schedule" ]; then
|
||||
if [ "${{ github.event_name }}" == "schedule" ] || [ "${{ github.event_name }}" == "pull_request" ]; then
|
||||
matrix="\"windows-latest\",\"ubuntu-22.04\",\"macos-14\",\"macos-13\""
|
||||
build_mode=""
|
||||
build_path="release"
|
||||
|
Loading…
x
Reference in New Issue
Block a user