ci: add upload step for APKs in test workflow

This commit is contained in:
Dr-Blank 2024-09-30 02:47:13 -04:00
parent 67d6c9240b
commit a790a7e583
No known key found for this signature in database
GPG key ID: 7452CC63F210A266

View file

@ -45,3 +45,9 @@ jobs:
- name: Build APK
run: flutter build apk --release
- name: Upload APKs
uses: actions/upload-artifact@v4
with:
name: app-release
path: build/app/outputs/flutter-apk/*.apk