We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbc7a4 commit 982e5d0Copy full SHA for 982e5d0
.github/workflows/example-app.yml
@@ -33,5 +33,6 @@ jobs:
33
- uses: actions/upload-artifact@v4
34
with:
35
name: example-apk-${{ matrix.variant }}
36
- path: example/build/app/outputs/flutter-apk/app-${{ matrix.variant }}.apk
37
-
+ path: |
+ example/build/app/outputs/flutter-apk/app-${{ matrix.variant }}.apk
38
+ example/build/reports/*
0 commit comments