Skip to content

Create Flutter app release #5

Create Flutter app release

Create Flutter app release #5

Workflow file for this run

name: Create Flutter app release
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./app
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- run: flutter pub get
- run: flutter build apk
- uses: actions/upload-artifact@v1
with:
name: release-apk
path: ../app/build/app/outputs/flutter-apk/app-release.apk