We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3399a commit d8ee2a8Copy full SHA for d8ee2a8
.github/workflows/build.yml
@@ -67,4 +67,9 @@ jobs:
67
# First run is expected to fail until ffmpeg_kit_flutter_new is fixed.
68
- name: Run Build Script
69
run: |
70
- flutter build apk --flavor alpha --debug --target-platform android-arm64
+ flutter build apk --flavor alpha --debug --target-platform android-arm64
71
+
72
+ - uses: actions/upload-artifact@v4
73
+ with:
74
+ name: Alpha Debug APK
75
+ path: build/app/outputs/flutter-apk/app-alpha-debug.apk
0 commit comments