mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-12 19:25:37 +00:00
fixing xcompile for git action
This commit is contained in:
parent
f2f7b6db0f
commit
8bd54cd603
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user