Skip to content

Commit 2871922

Browse files
committed
set board name in zip file
1 parent 573708e commit 2871922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Upload artifacts
3535
uses: actions/upload-artifact@v4
3636
with:
37-
name: firmware
37+
name: firmware_${{ matrix.boards }}
3838
path: .pio/build/**/firmware.bin
3939

4040
formatting-check:

0 commit comments

Comments
 (0)