benchmark-core: fix wrong file name in workflow (#3491)

This commit is contained in:
Cecile Tonglet 2023-10-27 15:22:36 +02:00 committed by GitHub
parent 22fd855052
commit ddb77bd6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <<EOF
\`\`\`
#### Pull Request" >> 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 <<EOF
\`\`\`
EOF