From 8bd54cd603bfb24ec399f31afe4f30b2edb42fec Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 22 Dec 2020 22:31:28 +1100 Subject: [PATCH] fixing xcompile for git action --- scripts/xcompile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xcompile.sh b/scripts/xcompile.sh index c34a4c9..8d3a3b9 100755 --- a/scripts/xcompile.sh +++ b/scripts/xcompile.sh @@ -11,7 +11,7 @@ rhash -r -a . -o checksums rhash --list-hashes > checksums_hashes_order -find . -perm +111 -type f | xargs -I {} tar czvf {}.tar.gz {} +find . -executable -type f | xargs -I {} tar czvf {}.tar.gz {} rm checksums_hashes_order.tar.gz rm checksums.tar.gz