proteus F7 hard fault on "enable self stimulation" #5354
This commit is contained in:
parent
6564212f10
commit
16bcf59111
|
@ -518,6 +518,13 @@ jobs:
|
|||
name: rusefi_${{matrix.build-target}}.elf
|
||||
path: ./firmware/build/rusefi.elf
|
||||
|
||||
- name: Upload build map
|
||||
if: ${{ env.partial == 'true' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: rusefi_${{matrix.build-target}}.map
|
||||
path: ./firmware/build/rusefi.map
|
||||
|
||||
- name: Upload build bin
|
||||
if: ${{ env.partial == 'true' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in New Issue