mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
set board name in zip file
This commit is contained in:
parent
573708e3b1
commit
2871922d6e
2
.github/workflows/build_check.yml
vendored
2
.github/workflows/build_check.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: firmware
|
name: firmware_${{ matrix.boards }}
|
||||||
path: .pio/build/**/firmware.bin
|
path: .pio/build/**/firmware.bin
|
||||||
|
|
||||||
formatting-check:
|
formatting-check:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue