From 5f360703440fde28d711257598ccfffbc0b436f6 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Tue, 22 Oct 2024 08:33:58 -0400 Subject: [PATCH] Upload debug apk --- .github/workflows/smoke.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index b9f8b3a..f46a9f1 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -41,6 +41,12 @@ jobs: - name: Build Android debug run: flutter build appbundle --debug + - name: Collect debug apk + uses: actions/upload-artifact@v3 + with: + name: app-debug.apk + path: build/app/outputs/apk/debug/app-debug.apk + retention-days: 60 build-ios: name: iOS