Commit 678eb09
fix: use bash shell for electron prebuild step on Windows
The version normalization script uses bash syntax ([[ ]], =~) but had no
shell: directive, defaulting to pwsh on Windows runners which cannot
parse it.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 97dc6d5 commit 678eb09
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| |||
0 commit comments