Skip to content

Commit

Permalink
ci: include problem reports in artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Dec 20, 2024
1 parent adbc7a4 commit 982e5d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/example-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: example-apk-${{ matrix.variant }}
path: example/build/app/outputs/flutter-apk/app-${{ matrix.variant }}.apk

path: |
example/build/app/outputs/flutter-apk/app-${{ matrix.variant }}.apk
example/build/reports/*

0 comments on commit 982e5d0

Please sign in to comment.