mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
upload build artifact
This commit is contained in:
parent
aa11692582
commit
398d3e213d
5
.github/workflows/build_check.yml
vendored
5
.github/workflows/build_check.yml
vendored
|
|
@ -34,6 +34,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: firmware
|
name: firmware
|
||||||
path: .pio/build/lora_board/firmware.bin
|
path: .pio/build/lora_board/firmware.bin
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: build_folder
|
||||||
|
path: .pio
|
||||||
|
|
||||||
formatting-check:
|
formatting-check:
|
||||||
name: Formatting Check
|
name: Formatting Check
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue