From 009b86124e17594c501a2279d98b39aaf83605a3 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Sun, 15 Jun 2025 00:27:22 +0200 Subject: [PATCH] update build --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e12431d..47117d21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,9 +29,10 @@ jobs: - uses: subosito/flutter-action@v2 with: flutter-version: 3.32.4 - - run: flutter pub get + - run: dart pub global activate melos + - run: melos bs # - run: flutter test - - run: flutter build apk --release --split-per-abi + - run: flutter build apk --release --split-per-abi --no-tree-shake-icons - run: flutter build appbundle - name: Create github artifact release # disable this to save storage uses: ncipollo/release-action@v1