mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
build(cross): fix checksums
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
dbda20c5e8
commit
d85b00dfd6
1 changed files with 4 additions and 4 deletions
8
Justfile
8
Justfile
|
|
@ -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 #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue