mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
benchmark-core: fix wrong file name in workflow (#3491)
This commit is contained in:
parent
22fd855052
commit
ddb77bd6af
4
.github/workflows/post-benchmark-core.yml
vendored
4
.github/workflows/post-benchmark-core.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user