diff --git a/action.yml b/action.yml index e3c365b..3b1d1be 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'yq' +name: 'yq action - portable yaml processor' description: 'create, read, update, delete, merge, validate and do more with yaml' icon: command color: gray-dark diff --git a/scripts/xcompile.sh b/scripts/xcompile.sh index 1ecc2bf..93b3516 100755 --- a/scripts/xcompile.sh +++ b/scripts/xcompile.sh @@ -7,3 +7,6 @@ gox -ldflags "${LDFLAGS}" -output="build/yq_{{.OS}}_{{.Arch}}" # include non-default linux builds too gox -ldflags "${LDFLAGS}" -os=linux -output="build/yq_{{.OS}}_{{.Arch}}" +cd build +rhash -r -a . -P -o checksums +