mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-05 06:26:44 +00:00
fix path
This commit is contained in:
parent
d6627241a9
commit
6b31f27698
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue