Skip to content
Snippets Groups Projects
Commit 6c79e4f7 authored by pippin's avatar pippin
Browse files

ci: only export flow3r.bin not flow3r.elf

parent 4aaeb5ce
No related branches found
No related tags found
No related merge requests found
Pipeline #7547 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.
Please register or to comment