Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingRobot authored Nov 10, 2023
1 parent c95c2b9 commit d496a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: BenchmarkResults
path: BenchmarkDotNet.Artifacts/results
path: BenchmarkDotNet.Artifacts

- name: Cache Benchmark Data
uses: actions/cache@v1
Expand All @@ -121,7 +121,7 @@ jobs:
uses: rhysd/github-action-benchmark@v1
with:
tool: benchmarkdotnet
output-file-path: BenchmarkDotNet.Artifacts/results/Craftimizer.Benchmark-report-full-compressed.json
output-file-path: BenchmarkDotNet.Artifacts/results/Craftimizer.Benchmark.Bench-report-full-compressed.json
external-data-json-path: ./bench-cache/external.json
github-token: ${{secrets.GITHUB_TOKEN}}
comment-always: true
Expand Down

0 comments on commit d496a10

Please sign in to comment.