We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96db286 commit 7a5730cCopy full SHA for 7a5730c
1 file changed
.github/workflows/dotnet.yml
@@ -161,5 +161,5 @@ jobs:
161
name: benchmark-${{ matrix.os }}
162
path: |
163
benchmarks/PolylineAlgorithm.Benchmarks/BenchmarkDotNet.Artifacts/results/*-report-github.md
164
- - run: cat benchmarks/PolylineAlgorithm.Benchmarks/BenchmarkDotNet.Artifacts/results/*-report-github.md >> $GITHUB_STEP_SUMMARY
+ - run: cat benchmarks/PolylineAlgorithm.Benchmarks/BenchmarkDotNet.Artifacts/results/*-report-github.md > $GITHUB_STEP_SUMMARY
165
name: Write Benchmark Summary
0 commit comments