Skip to content

Commit f51ca15

Browse files
committed
fix hash generation
1 parent 316523f commit f51ca15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
size=$(stat -c%s "$file")
210210
echo "**$file**" >> HASHES.md
211211
echo "- SHA256: \`$hash\`" >> HASHES.md
212-
printf "- Size: %'d bytes\n" "$size" >> HASHES.md
212+
printf -- "- Size: %s bytes\n" "$size" >> HASHES.md
213213
echo "" >> HASHES.md
214214
fi
215215
done

0 commit comments

Comments
 (0)