mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:34 +00:00
upload build artifact
This commit is contained in:
parent
aa11692582
commit
398d3e213d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build_check.yml
vendored
5
.github/workflows/build_check.yml
vendored
|
|
@ -34,6 +34,11 @@ jobs:
|
|||
with:
|
||||
name: firmware
|
||||
path: .pio/build/lora_board/firmware.bin
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build_folder
|
||||
path: .pio
|
||||
|
||||
formatting-check:
|
||||
name: Formatting Check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue