memowake-front/.eas/workflows/create-production-builds.yml
2025-07-17 15:44:34 +08:00

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