Skip to content

Commit 0384c33

Browse files
committed
fix: size report action
1 parent 310e9d5 commit 0384c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/size-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if_no_artifact_found: warn
6565

6666
- name: Prepare report
67-
run: npx tsx scripts/size-report.ts > size-report.md
67+
run: npx tsx scripts/report-size.ts > size-report.md
6868

6969
- name: Read Size Report
7070
id: size-report

0 commit comments

Comments
 (0)