fix: artifacts path of CI

scan_delay_optimize
TT 6 years ago
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…
Cancel
Save

Powered by TurnKey Linux.