Skip to content

Commit

Permalink
One more fix bench-report.xml patch in the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Feb 12, 2024
1 parent f873840 commit 00fb45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build/src/engine/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ impl RunContext {
.repo_root
.engine
.join("runtime-benchmarks")
.join("bench_report_xml");
.join("bench-report.xml");
if runtime_bench_report.exists() {
ide_ci::actions::artifacts::upload_single_file(
runtime_bench_report,
Expand Down

0 comments on commit 00fb45e

Please sign in to comment.