From 8ee6f7dc1a4c429873fe5e65bba79dad9d9b9965 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 22 Dec 2020 22:50:01 +1100 Subject: [PATCH] fixing xcompile for git action --- scripts/xcompile.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/xcompile.sh b/scripts/xcompile.sh index 8d3a3b9c..4c71eacf 100755 --- a/scripts/xcompile.sh +++ b/scripts/xcompile.sh @@ -13,8 +13,10 @@ rhash --list-hashes > checksums_hashes_order find . -executable -type f | xargs -I {} tar czvf {}.tar.gz {} -rm checksums_hashes_order.tar.gz -rm checksums.tar.gz +# just in case find thinks this is executable... +rm -f checksums_hashes_order.tar.gz +rm -f checksums.tar.gz + rm yq_windows_386.exe.tar.gz rm yq_windows_amd64.exe.tar.gz