build(cross): fix checksums

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-09-15 08:55:07 +02:00
parent dbda20c5e8
commit d85b00dfd6
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE

View File

@ -134,13 +134,13 @@ all-release: build-release test-release
# Generate Checksums
echo "# Checksums"
echo "## sha256sum"
echo "```"
echo '```'
sha256sum ./target/"bin-$(convco version)"/*
echo "```"
echo '```'
echo "## md5sum"
echo "```"
echo '```'
md5sum ./target/"bin-$(convco version)"/*
echo "```"
echo '```'
#---------------------#
# Integration testing #