Skip to content

github workflow for windows #1

github workflow for windows

github workflow for windows #1

name: Build Windows
on: push
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: flutter build windows --release
- uses: actions/upload-artifact@v3
with:
name: WindowsBuild
path: build/windows/runner/Release/