Skip to content

Build for all platforms #4

Build for all platforms

Build for all platforms #4

Workflow file for this run

name: 'Build for all platforms'
on:
workflow_dispatch
jobs:
build_windows:
runs-on: windows-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter build windows
- run: dart run msix:create
- name: Upload windows build
uses: actions/upload-artifact@v4
with:
name: otzaria.msix
path: build/windows/x64/runner/release/otzaria.msix