Skip to content
Snippets Groups Projects
Commit b9b99ba8 authored by pippin's avatar pippin Committed by pippin
Browse files

ci: only export flow3r.bin not flow3r.elf

parent 177c2252
No related branches found
No related tags found
1 merge request!263ci: only export flow3r.bin not flow3r.elf
Pipeline #7682 passed
......@@ -33,8 +33,8 @@ build:
script:
- idf.py -g c23 build
artifacts:
expose_as: 'C23 Build'
paths: ['build/flow3r.elf', 'build/flow3r.bin']
expose_as: 'firmware'
paths: ['build/flow3r.bin']
expire_in: 5 hours
build_recovery:
......@@ -52,7 +52,7 @@ simulate:
script:
- python3 sim/run.py --screenshot
artifacts:
expose_as: 'Smulator Screenshot'
expose_as: 'Simulator Screenshot'
paths: ['flow3r.png']
expire_in: 5 hours
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment