Skip to content

Commit

Permalink
Use md5sum
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Nov 4, 2024
1 parent e1d934e commit b951976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Copy manifest to firmware folder
run: |
for file in openspool-esp32s2/*.bin; do
md5 -q "$file" > "${file}.md5"
md5sum -q "$file" > "${file}.md5"
filelength=$(wc -c <"$file")
if [ "$filelength" -ne 33 ]; then
echo "md5 failed for $file"
Expand Down

0 comments on commit b951976

Please sign in to comment.