We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edea6f commit d4031eaCopy full SHA for d4031ea
tools/release.sh
@@ -71,7 +71,7 @@ checksums=$(sha256sum -b "$name.bin" "$name.hex" \
71
"$name.debug.bin" "$name.debug.hex" "$name.debug.map")
72
73
# Generate a signed version of the checksums
74
-signed_checksums=$(echo "$sums" | gpg --clear-sign)
+signed_checksums=$(echo "$checksums" | gpg --clear-sign)
75
76
# Push the newly created tag into the Github repository
77
git push origin "$new_tag"
0 commit comments