only:sometimes we have .elf

This commit is contained in:
rusefillc 2024-01-29 22:43:49 -05:00
parent 10ef3a37ce
commit 24f73da105
1 changed files with 6 additions and 0 deletions

View File

@ -165,6 +165,12 @@ jobs:
name: rusefi.map
path: ${{inputs.rusefi_dir}}/firmware/deliver/rusefi*.map
- name: Upload build elf artifact
uses: actions/upload-artifact@v4
with:
name: rusefi.elf
path: ${{inputs.rusefi_dir}}/firmware/deliver/rusefi*.elf
- name: Build console
working-directory: ${{inputs.rusefi_dir}}
run: bash misc/jenkins/build_java_console.sh