Skip to content

Commit 2a70a3a

Browse files
Fix artifact name
1 parent dc7f5dc commit 2a70a3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ jobs:
144144
- uses: actions/upload-artifact@v4
145145
if: always()
146146
with:
147-
name: testResults-${{ matrix.api-level }}-${{ matrix.arch }}-${{ matrix.api-type-target }}
147+
name: testResults-${{ matrix.emulator.api_level }}-${{ matrix.emulator.arch }}-${{ matrix.emulator.api_type_target }}
148148
path: testResults
149149
if-no-files-found: error

0 commit comments

Comments
 (0)