Skip to content

Commit 3513ff1

Browse files
authored
Merge pull request #911 from littlefs-project/fix-release-structs
Fix struct sizes missing from generated release notes
2 parents 8a22bd6 + e91a29d commit 3513ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
table[$i,$j]=$c_camel
113113
((j+=1))
114114
115-
for s in code stack struct
115+
for s in code stack structs
116116
do
117117
f=sizes/thumb${c:+-$c}.$s.csv
118118
[ -e $f ] && table[$i,$j]=$( \

0 commit comments

Comments
 (0)