Commit fb39f9b
committed
fix: Add bash shell specification for Windows release build
The Build Release Artifacts job was failing on Windows with PowerShell syntax errors
when trying to execute bash if-statement syntax. Adding 'shell: bash' ensures the
script runs in bash on all platforms including Windows runners.
Error fixed:
- ParserError: Missing '(' after 'if' in if statement
- Windows runners default to PowerShell without explicit shell specification
- Bash syntax requires explicit shell: bash on Windows GitHub Actions runners1 parent 4ed86e5 commit fb39f9b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
| 525 | + | |
525 | 526 | | |
526 | 527 | | |
527 | 528 | | |
| |||
0 commit comments