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