Commit 07405ff
committed
fix: resolve post-download verification failures in GitHub Actions
- Add explicit success exit for single firmware downloads
- Skip additional verification after successful download in workflow context
- Trust download_firmware_version function's success status
- Prevent exit code 1 after successful firmware downloads
This resolves the issue where firmware downloads succeeded but the script
still exited with code 1 due to verification step failures.1 parent 452cdf5 commit 07405ff
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| 373 | + | |
| 374 | + | |
373 | 375 | | |
374 | 376 | | |
375 | 377 | | |
| |||
381 | 383 | | |
382 | 384 | | |
383 | 385 | | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
384 | 392 | | |
385 | 393 | | |
386 | 394 | | |
| |||
0 commit comments