mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
fix: artifacts path of CI
This commit is contained in:
parent
33c9fe994e
commit
ad7e9d3345
1 changed files with 5 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue