Skip to content

Commit 9d85bd4

Browse files
committed
Update with new file paths
1 parent fac7c5d commit 9d85bd4

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
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- main
1111
paths:
12-
- 'src/AI.Benchmarks/BenchmarkDotNet.Artifacts/results/*.json'
12+
- 'artifacts/results/*.json'
1313

1414
jobs:
1515
benchmark:
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
benchmark-data-dir-path: docs
3131
tool: benchmarkdotnet
32-
output-file-path: 'src/AI.Benchmarks/BenchmarkDotNet.Artifacts/results/AI.Benchmarks.ModelPerformance-report-full.json'
32+
output-file-path: 'artifacts/results/AI.Benchmarks.ModelPerformance-report-full.json'
3333
github-token: ${{ secrets.GITHUB_TOKEN }}
3434
# Push and deploy GitHub pages branch automatically
3535
auto-push: true

0 commit comments

Comments
 (0)