Set up Expo OTA updates and CI workflows
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user