Skip to content

Commit

Permalink
Fixed struct sizes missing from generated release notes
Browse files Browse the repository at this point in the history
This script was missed during a struct -> structs naming change
  • Loading branch information
geky committed Dec 20, 2023
1 parent c733d9e commit e91a29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
table[$i,$j]=$c_camel
((j+=1))
for s in code stack struct
for s in code stack structs
do
f=sizes/thumb${c:+-$c}.$s.csv
[ -e $f ] && table[$i,$j]=$( \
Expand Down

0 comments on commit e91a29d

Please sign in to comment.