Skip to content

Commit 703d091

Browse files
committed
add apk to artifacts
1 parent cfb94d2 commit 703d091

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/performanceTests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@ jobs:
5858
- uses: actions/upload-artifact@v4
5959
with:
6060
name: results-${{ github.head_ref || github.ref_name }}-${{ matrix.api-level }}-${{ matrix.target }}
61-
path: results.json
61+
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

Comments
 (0)