From 8ade1275e25a87c633bf4aaf98a897ac5c986aea Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Mon, 2 Mar 2020 08:43:47 +1100 Subject: [PATCH] Fixing github action description --- action.yml | 2 +- scripts/xcompile.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e3c365b5..3b1d1be6 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 1ecc2bfb..93b35160 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 +