We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3ecb6 commit 30c45deCopy full SHA for 30c45de
.github/workflows/ci.yml
@@ -41,5 +41,5 @@ jobs:
41
uses: actions/upload-artifact@v2
42
if: failure()
43
with:
44
- name: androidTest-results
+ name: androidTest-results-${{ matrix.api-level }}-${{ matrix.target }}
45
path: build/androidTest-results
0 commit comments