Skip to content

another try at windows build #2

another try at windows build

another try at windows build #2

name: Build Windows EXE
on: [push, workflow_dispatch]
jobs:
build-windows:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
- name: Install dependencies
run: flutter pub get
- name: Build Windows EXE
run: flutter build windows --release
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: WindowsExecutable
path: build/windows/runner/Release/