mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Added checksum hashes order to release
This commit is contained in:
parent
65cb472604
commit
3b0aaac626
@ -32,5 +32,5 @@ upload() {
|
|||||||
done < <(find ./build -mindepth 1 -maxdepth 1 -print0)
|
done < <(find ./build -mindepth 1 -maxdepth 1 -print0)
|
||||||
}
|
}
|
||||||
|
|
||||||
release
|
# release
|
||||||
upload
|
upload
|
||||||
|
@ -11,3 +11,4 @@ CGO_ENABLED=0 gox -ldflags "${LDFLAGS}" -os=linux -output="build/yq_{{.OS}}_{{.
|
|||||||
cd build
|
cd build
|
||||||
rhash -r -a . -P -o checksums
|
rhash -r -a . -P -o checksums
|
||||||
|
|
||||||
|
rhash --list-hashes > checksums_hashes_order
|
Loading…
Reference in New Issue
Block a user