From 8f62f707d528e7e8b46467f68324a27bcfe704af Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 25 Jun 2023 17:34:27 -0400 Subject: [PATCH] only:.hex mess :( --- .github/workflows/build-firmware.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 0860759143..40b201959d 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -537,7 +537,9 @@ jobs: uses: actions/upload-artifact@v3 with: name: rusefi_${{matrix.build-target}}.hex - path: ./firmware/deliver/rusefi*.hex +# we have a bit of a mess - this file from 'build' folder is only legit for not-BLT builds +# todo: we should produce .hex in both OpenBLT and non-OpenBLT case same as we do for .bin and .elf + path: ./firmware/build/rusefi*.hex - name: Upload build dfu if: ${{ env.partial == 'true' }}