Skip to content

Commit b57be65

Browse files
committed
Fix artifact pattern
1 parent 781afd5 commit b57be65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ jobs:
158158
max-parallel: 1
159159
matrix:
160160
include:
161-
- artifact-pattern: 'bench-result-.*'
161+
- artifact-pattern: 'bench-result-*'
162162
results-name: KMP JSON schema validator
163163
alert: true
164-
- artifact-pattern: 'bench-comparison-result-.*'
164+
- artifact-pattern: 'bench-comparison-result-*'
165165
results-name: Compare KMP JSON schema validator
166166
alert: false
167167
name: 'Process benchmark results for ${{ matrix.results-name }}'

0 commit comments

Comments
 (0)