From 50e907554c3f6b786afabb3e158e4e71de26193d Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Sun, 15 Jun 2025 14:11:34 +0200 Subject: [PATCH] fix app bundle build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 343f196e..16dfe6ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: run: flutter build apk --verbose --release --split-per-abi --no-tree-shake-icons - name: Build App Bundle working-directory: app - run: flutter build appbundle + run: flutter build appbundle --verbose --no-tree-shake-icons - name: Create github artifact release uses: ncipollo/release-action@v1 with: