Skip to content

Commit 982e5d0

Browse files
committed
ci: include problem reports in artifacts
Signed-off-by: Shengqi Chen <[email protected]>
1 parent adbc7a4 commit 982e5d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/example-app.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ jobs:
3333
- uses: actions/upload-artifact@v4
3434
with:
3535
name: example-apk-${{ matrix.variant }}
36-
path: example/build/app/outputs/flutter-apk/app-${{ matrix.variant }}.apk
37-
36+
path: |
37+
example/build/app/outputs/flutter-apk/app-${{ matrix.variant }}.apk
38+
example/build/reports/*

0 commit comments

Comments
 (0)