Skip to content

Commit 30c45de

Browse files
committed
Use different artifact names for all matrix builds
1 parent 9c3ecb6 commit 30c45de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
uses: actions/upload-artifact@v2
4242
if: failure()
4343
with:
44-
name: androidTest-results
44+
name: androidTest-results-${{ matrix.api-level }}-${{ matrix.target }}
4545
path: build/androidTest-results

0 commit comments

Comments
 (0)