We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573708e commit 2871922Copy full SHA for 2871922
.github/workflows/build_check.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Upload artifacts
35
uses: actions/upload-artifact@v4
36
with:
37
- name: firmware
+ name: firmware_${{ matrix.boards }}
38
path: .pio/build/**/firmware.bin
39
40
formatting-check:
0 commit comments