Skip to content

add a quick and dirty android build workflow #1

add a quick and dirty android build workflow

add a quick and dirty android build workflow #1

Workflow file for this run

name: Build-for-android-production
on:
push:
branches: [main, dev]
pull_request:
# types: [opened, reopened]
# types: [opened, synchronize, edited, ready_for_review]
env:
EXPO_NO_TELEMETRY: 1
SENTRY_DISABLE_AUTO_UPLOAD: true
jobs:
composite:
name: build-for-android-base-composite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ls -alh ./.github/
- id: build-base
uses: ./.github/workflows/actions/build