Skip to content

Updated to Flutter 3.29.3 #61

Updated to Flutter 3.29.3

Updated to Flutter 3.29.3 #61

Workflow file for this run

name: Windows example build
on:
workflow_dispatch:
push:
pull_request:
branches: [master]
jobs:
windows-build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: kuhnroyal/flutter-fvm-config-action@v3
- run: |
cd example/
fvm flutter config --enable-windows-desktop
fvm flutter build windows
# working-directory: example
- uses: actions/upload-artifact@v4
with:
name: windows-build
path: |
example/build/windows/runner/Release/