From 2cfddc0fe9450e523d2067ab02d558232d103f83 Mon Sep 17 00:00:00 2001 From: David Senk Date: Thu, 19 Sep 2024 22:13:04 -0400 Subject: [PATCH] changed workflow to build debug appbundle --- .github/workflows/linux-web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-web.yaml b/.github/workflows/linux-web.yaml index ca09c6e..d2302f1 100644 --- a/.github/workflows/linux-web.yaml +++ b/.github/workflows/linux-web.yaml @@ -37,7 +37,7 @@ jobs: run: flutter build linux - name: Build for Android - run: flutter build appbundle + run: flutter build appbundle --debug - name: Build for web run: flutter build web --no-web-resources-cdn --csp --web-renderer canvaskit