Skip to content

Commit c75378e

Browse files
committed
fix(release): update benchmark reports path in release workflow
1 parent 11461a9 commit c75378e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Create Reports Directory
8181
run: |
8282
mkdir -p gh-pages-deploy/benchmark-reports
83-
cp -r benchmark-reports/* gh-pages-deploy/benchmark-reports/
83+
cp -r worker-benchmark/benchmark-reports/* gh-pages-deploy/benchmark-reports/
8484
8585
# 创建索引页面
8686
cat > gh-pages-deploy/benchmark-reports/index.html << EOF

0 commit comments

Comments
 (0)