only fw-custom-paralela does not upload bundle to build_server #6074

This commit is contained in:
rusefillc 2024-02-27 22:25:06 -05:00
parent 978c537886
commit 7263f245c2
1 changed files with 3 additions and 3 deletions

View File

@ -139,12 +139,12 @@ jobs:
echo "NOT setting credentials: ${{github.event_name}} ${{github.ref}}"
fi
- name: Build Firmware
- name: Build Firmware Everything
working-directory: ${{inputs.rusefi_dir}}/firmware
run: bash bin/compile.sh ${{env.BOARD_META_PATH}} all deliver/rusefi.bin
run: bash bin/compile.sh -b ${{env.BOARD_META_PATH}}
- name: Upload Bundle
working-directory: ${{inputs.rusefi_dir}}/firmware
working-directory: ${{inputs.rusefi_dir}}/artifacts
run: bash ../firmware/bin/upload_bundle.sh
- name: Push Config