julia
f813257d - Fix macos codesign workflow (#39152)

Commit
4 years ago
Fix macos codesign workflow (#39152) We changed the permissions on executable files which caused this `find` to not find any of the actual binaries that we need to sign. Change it to instead find anything with any executable permissions set, rather than ones with exactly the permissions `0755`
Author
Parents
Loading