From 3d384430f064ebfd58f1998caed66466848c4492 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Fri, 27 Oct 2023 14:45:56 +0200 Subject: [PATCH] benchmark-core: fix wrong file name in workflow --- .github/workflows/post-benchmark-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-benchmark-core.yml b/.github/workflows/post-benchmark-core.yml index d5567375f56..635f67f5475 100644 --- a/.github/workflows/post-benchmark-core.yml +++ b/.github/workflows/post-benchmark-core.yml @@ -33,13 +33,13 @@ jobs: #### Yew Master \`\`\` EOF - cat benchmark-core/yew-master/tools/output.json >>comment.txt + cat benchmark-core/yew-master/tools/output.log >>comment.txt cat - >>comment.txt <> comment.txt \`\`\` EOF - cat benchmark-core/current-pr/tools/output.json >>comment.txt + cat benchmark-core/current-pr/tools/output.log >>comment.txt cat - >>comment.txt <