mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
fix: artifacts path of CI
This commit is contained in:
parent
33c9fe994e
commit
ad7e9d3345
|
|
@ -13,6 +13,9 @@ jobs:
|
|||
- run:
|
||||
name: "Build Firmware"
|
||||
command: make
|
||||
- run:
|
||||
name: "Remove obj/lst files"
|
||||
command: rm -r build/obj build/lst
|
||||
- store_artifacts:
|
||||
path: build/ch.elf
|
||||
destination: .
|
||||
path: build
|
||||
destination: build
|
||||
|
|
|
|||
Loading…
Reference in a new issue