diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 5736b0fe..c476c14c 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -15,7 +15,6 @@ jobs: with: channel: stable cache: true - - run: flutter build windows - run: dart run msix:create - name: Upload windows build uses: actions/upload-artifact@v4 @@ -37,6 +36,7 @@ jobs: sudo apt-get update -y sudo apt-get install -y ninja-build libgtk-3-dev - run: flutter build linux + build_android: runs-on: windows-latest