This commit is contained in:
Matthew Kennedy 2023-11-03 23:05:30 -07:00 committed by rusefillc
parent c4d8f6d122
commit 9dd3d15911
1 changed files with 3 additions and 0 deletions

View File

@ -582,6 +582,9 @@ jobs:
if: ${{ env.skip != 'true' }}
run: bash misc/jenkins/compile_other_versions/compile.sh ${{matrix.folder}} ${{matrix.build-target}}
- name: inspect
run: ls ./firmware/ext/openblt/Host/
- name: Package Bundle
if: ${{ env.full == 'true' }}
run: bash misc/jenkins/compile_other_versions/prepare_bundle.sh ${{matrix.build-target}} "firmware/tunerstudio/generated/rusefi_${{matrix.short-board-name}}.ini" ${{ github.ref_name }} ${{ toJSON(inputs.lts) }}