feat: 自动上传组件 Co-authored-by: Junhui Chen <chenjunhui@fairclip.cn> Co-committed-by: Junhui Chen <chenjunhui@fairclip.cn>
12 lines
274 B
YAML
12 lines
274 B
YAML
name: Create Production Builds
|
|
|
|
jobs:
|
|
build_android:
|
|
type: build # This job type creates a production build for Android
|
|
params:
|
|
platform: android
|
|
build_ios:
|
|
type: build # This job type creates a production build for iOS
|
|
params:
|
|
platform: ios
|