mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-24 20:09:30 +00:00
ci: add upload step for APKs in test workflow
This commit is contained in:
parent
67d6c9240b
commit
a790a7e583
1 changed files with 6 additions and 0 deletions
6
.github/workflows/flutter_test.yaml
vendored
6
.github/workflows/flutter_test.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue