Files
codexbar-mobile/.eas/workflows/build-android.yml
T
Space-Banane 896f9149f1
CodexBar Mobile Build / build-android (push) Has been cancelled
CodexBar Mobile Build / release (push) Has been cancelled
Set up Expo OTA updates and CI workflows
2026-07-04 19:34:22 +02:00

23 lines
490 B
YAML

name: Build Android APK
on:
workflow_dispatch:
inputs:
profile:
type: choice
description: EAS build profile to use.
default: production
options:
- preview
- production
jobs:
build_android:
name: Build Android APK
type: build
environment: ${{ inputs.profile }}
params:
platform: android
profile: ${{ inputs.profile }}
message: Android ${{ inputs.profile }} APK from ${{ github.ref_name }}