mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-03-02 11:34:43 +01:00
fix path
This commit is contained in:
parent
d6627241a9
commit
6b31f27698
2
.github/workflows/build_check.yml
vendored
2
.github/workflows/build_check.yml
vendored
|
|
@ -133,6 +133,6 @@ jobs:
|
|||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: firmware
|
||||
path: .pio/build/lora_board/firmware.bin
|
||||
path: .pio/build/lora_board/
|
||||
- name: PlatformIO Test
|
||||
run: pio test -vv --without-building --upload-port ${{ matrix.port }} --test-port ${{ matrix.port }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue