fApp/.gitea/workflows/android.yml
Flummi 6ab774d785
Some checks failed
Flutter Schmutter / build (push) Failing after 6s
:(
2025-06-03 12:15:12 +02:00

27 lines
470 B
YAML

name: Flutter Schmutter
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.33.0-0.2.pre
channel: master
- name: install deps
run: flutter pub get
- name: build apk
run: flutter build apk --release