Skip to content

Commit deac037

Browse files
committed
test(ci, android): use unique names for android log file artifact
if used in a matrix with more than one expansion entry, the log name needs the expansion variables or the upload collides and fails
1 parent 6517c34 commit deac037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_e2e_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,5 @@ jobs:
176176
uses: actions/upload-artifact@v4
177177
if: always()
178178
with:
179-
name: adb_logs
179+
name: adb_logs_${{ matrix.api-level}}_${{ matrix.arch }}_${{ matrix.target }}_${{ matrix.iteration }}
180180
path: adb-*.txt

0 commit comments

Comments
 (0)