memowake-front/.eas/workflows/create-production-builds.yml
2025-07-16 18:07:43 +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