Commit 42cb6c2
fix: enforce LF line endings for shell scripts via .gitattributes
Unity Cloud Build Windows builds fail because shell scripts get checked
out with CRLF line endings on Windows, but execute on Unix-based build
agents. Adding `*.sh text eol=lf` ensures Git always uses LF for .sh
files regardless of platform.
Closes #9649
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent df35da1 commit 42cb6c2
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
| |||
0 commit comments