mirror of
https://github.com/mikefarah/yq.git
synced 2025-02-05 07:28:47 +00:00
fixing xcompile for git action
This commit is contained in:
parent
8bd54cd603
commit
8ee6f7dc1a
@ -13,8 +13,10 @@ rhash --list-hashes > checksums_hashes_order
|
|||||||
|
|
||||||
find . -executable -type f | xargs -I {} tar czvf {}.tar.gz {}
|
find . -executable -type f | xargs -I {} tar czvf {}.tar.gz {}
|
||||||
|
|
||||||
rm checksums_hashes_order.tar.gz
|
# just in case find thinks this is executable...
|
||||||
rm checksums.tar.gz
|
rm -f checksums_hashes_order.tar.gz
|
||||||
|
rm -f checksums.tar.gz
|
||||||
|
|
||||||
rm yq_windows_386.exe.tar.gz
|
rm yq_windows_386.exe.tar.gz
|
||||||
rm yq_windows_amd64.exe.tar.gz
|
rm yq_windows_amd64.exe.tar.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user