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:
|
- run:
|
||||||
name: "Build Firmware"
|
name: "Build Firmware"
|
||||||
command: make
|
command: make
|
||||||
|
- run:
|
||||||
|
name: "Remove obj/lst files"
|
||||||
|
command: rm -r build/obj build/lst
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: build/ch.elf
|
path: build
|
||||||
destination: .
|
destination: build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue