Commit dd8aa99
authored
Fix: Correct filename in release script from 'Flash Firmware.bat' to 'FlashFirmware.bat' (#8)
The build_release.sh script was attempting to copy 'Flash Firmware.bat' (with a space),
but the actual filename is 'FlashFirmware.bat' (no space), causing the release pipeline to fail.1 parent 611f636 commit dd8aa99
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments