Skip to content

Commit 0acdaed

Browse files
authored
Fix artifact upload path in performance benchmark workflow (#4257)
1 parent 97c3dd8 commit 0acdaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perf_benchmark_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ jobs:
9696
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
9797
with:
9898
name: benchmark-results-${{ matrix.task }}
99-
path: ${{ github.workspace }}/.tox/${{ matrix.task }}-*.xlsx
99+
path: ${{ github.workspace }}/.tox/${{ matrix.task }}-*.*

0 commit comments

Comments
 (0)