Commit 8efcf4e
Android CI: tolerate whitespace in the keystore secret
A secret stored from a Windows pipe carries a CRLF, and base64 -d rejects
it as invalid input. Strip whitespace before decoding and fail loudly if
the result is empty.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>1 parent 380a2db commit 8efcf4e
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments