Skip to content

changed flutter build to use subosito/flutter-action #3

changed flutter build to use subosito/flutter-action

changed flutter build to use subosito/flutter-action #3

name: Flutter Build Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build Flutter App
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: pubspec.yaml # path to pubspec.yaml
- run: flutter pub get
- run: flutter build apk
- run: flutter build appbundle