diff --git a/scripts/publish.sh b/scripts/publish.sh index c878481..40b290f 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -32,5 +32,5 @@ upload() { done < <(find ./build -mindepth 1 -maxdepth 1 -print0) } -release +# release upload diff --git a/scripts/xcompile.sh b/scripts/xcompile.sh index 4f640ba..d41d97c 100755 --- a/scripts/xcompile.sh +++ b/scripts/xcompile.sh @@ -11,3 +11,4 @@ CGO_ENABLED=0 gox -ldflags "${LDFLAGS}" -os=linux -output="build/yq_{{.OS}}_{{. cd build rhash -r -a . -P -o checksums +rhash --list-hashes > checksums_hashes_order \ No newline at end of file