fix: artifacts path of CI

This commit is contained in:
TT 2019-08-11 10:01:25 +09:00
parent 33c9fe994e
commit ad7e9d3345

View file

@ -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