Set up Expo OTA updates and CI workflows
CodexBar Mobile Build / build-android (push) Has been cancelled
CodexBar Mobile Build / release (push) Has been cancelled

This commit is contained in:
Space-Banane
2026-07-04 19:34:22 +02:00
parent dc7e497388
commit 896f9149f1
6 changed files with 177 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
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 }}