Skip to content

Commit d8ee2a8

Browse files
committed
Publish artifact
1 parent 5b3399a commit d8ee2a8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,9 @@ jobs:
6767
# First run is expected to fail until ffmpeg_kit_flutter_new is fixed.
6868
- name: Run Build Script
6969
run: |
70-
flutter build apk --flavor alpha --debug --target-platform android-arm64
70+
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

Comments
 (0)