Commit f813257
authored
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`1 parent b9f115f commit f813257
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments