Commit dea5f4f
fix(Android): Unblock Android release flow (#12868) 77c82242bb
Commit `c8bb275d99` introduced a new Git attribute for an existing file without re-normalizing that file. This fixes the normalization issue while also making the Android release process more resilient to it recurring in the future.
When the commit changed the expected git attributes for .bat files, the existing .bat file was left stored with line endings that did not match Git's normalized index expectations. This caused the runtime submodule to appear dirty, which then blocked Android releases because release-it requires a clean working tree. The release workflow is now more resilient on top of fixing the dirty status.
Co-authored-by: Erik <erik@rive.app>1 parent 1242226 commit dea5f4f
5 files changed
Lines changed: 12 additions & 2 deletions
File tree
- .github
- actions
- prepare
- version-bump
- workflows
- submodules
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments