Commit f9463d5
committed
fix(ci): write Windows sha256 as LF
PowerShell Out-File emitted CRLF, so 'sha256sum -c' / 'shasum -c'
choked on the trailing CR in the filename (cross-platform verify of
the Windows artifact failed). Use [IO.File]::WriteAllText with a LF
and no BOM, matching the unix shasum sidecar format. Binaries were
always intact; only the sidecar was malformed.1 parent a31e955 commit f9463d5
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments