Commit d76b597
committed
fix: chmod only the required binaries
switching to 24.04 github action runner introduces this error chmod:
cannot operate on dangling symlink '/usr/local/bin/now'
hence instead of chmod all binaries present in /usr/local/bin, we only
chmod the binaries that we copy.
Signed-off-by: Imran Pochi <[email protected]>1 parent 07e13fe commit d76b597
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments