Skip to content

Update main.yml

Update main.yml #6

Workflow file for this run

name: Flutter build Android
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.x'
- run: flutter pub get
- run: flutter build apk
- run: flutter build appbundle