Skip to content

Commit 03034d7

Browse files
committed
replaced matrix.name to matrix.cluster to avoid syntax error
1 parent e49d55f commit 03034d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/upload-artifact@v4
8989
if: always()
9090
with:
91-
name: ${{ matrix.name }}-${{ matrix.device }}
91+
name: ${{ matrix.cluster }}-${{ matrix.device }}
9292
path: |
9393
pr/bench-${{ matrix.device }}.*
9494
pr/build/benchmarks/*

0 commit comments

Comments
 (0)