We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e489c commit 5f38440Copy full SHA for 5f38440
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Check FIT
79
run: |
80
- ./artifacts/bg-prov fit-show ./firmware.bin >> fit.log
+ ./artifacts/bg-prov fit-show ./firmware.bin > fit.log 2>&1
81
82
- name: Check FIT entries
83
0 commit comments