diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05c82de..7f6a0d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,3 +76,14 @@ jobs: cache: true - run: flutter pub get - run: flutter build web --release --no-pub + + windows: + runs-on: windows-latest + steps: + - uses: actions/checkout@v4 + - uses: subosito/flutter-action@v2 + with: + channel: "stable" + cache: true + - run: flutter pub get + - run: flutter build windows --release --no-pub