From 5e773699816d0cc8a65e7b4f595f5255092cbcca Mon Sep 17 00:00:00 2001 From: Sivan Ratson <89018301+Sivan22@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:34:55 +0300 Subject: [PATCH] Update flutter.yml delete run build windows --- .github/workflows/flutter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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