Skip to content

build-app

build-app #4

name: build-app
on:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter build ios --release --no-codesign
- run: flutter build apk