We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb94d2 commit 703d091Copy full SHA for 703d091
.github/workflows/performanceTests.yml
@@ -58,4 +58,8 @@ jobs:
58
- uses: actions/upload-artifact@v4
59
with:
60
name: results-${{ github.head_ref || github.ref_name }}-${{ matrix.api-level }}-${{ matrix.target }}
61
- path: results.json
+ path: results.json
62
+ - uses: actions/upload-artifact@v4
63
+ with:
64
+ name: test-app-${{ github.head_ref || github.ref_name }}-${{ matrix.api-level }}-${{ matrix.target }}
65
+ path: android/app/build/outputs/apk/release/app-release.apk
0 commit comments