Skip to content

Commit

Permalink
ci: fix frozen bootloader references
Browse files Browse the repository at this point in the history
This patch hopefully fixes the remaining references to the bootloader
files.

Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
  • Loading branch information
maxd-nordic committed Oct 30, 2024
1 parent 5f7a45e commit 939fe69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/attach_release_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
files: |
hello.nrfcloud.com-*.*
connectivity-bridge*.*
nrf91-bl-*.hex
nrf53-bl-*.hex
- name: Trigger workflow that publishes firmware bundles to nRF Cloud
working-directory: .github/workflows
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
cp app/zephyr/zephyr.signed.hex hello.nrfcloud.com-${{ env.VERSION }}-thingy91x-nrf91-update-signed.hex
cp app/zephyr/zephyr.elf hello.nrfcloud.com-${{ env.VERSION }}-thingy91x-nrf91.elf
cp dfu_application.zip hello.nrfcloud.com-${{ env.VERSION }}-thingy91x-nrf91-dfu.zip
cp ../../../nrf91-bl-*.hex thingy91x-oob/app/build/
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand All @@ -137,6 +138,7 @@ jobs:
if-no-files-found: error
path: |
thingy91x-oob/app/build/hello.nrfcloud.com-*.*
thingy91x-oob/app/build/nrf91-bl-*.hex
# Out-of-box debug firmware build

Expand Down Expand Up @@ -173,7 +175,6 @@ jobs:
path: |
thingy91x-oob/app/build/hello.nrfcloud.com-*.*
# Connectivity Bridge firmware build

- name: Build nrf53 firmware
Expand Down Expand Up @@ -202,6 +203,7 @@ jobs:
run: |
cp $(pwd)/nrf/applications/connectivity_bridge/build/dfu_application.zip \
$(pwd)/nrf/applications/connectivity_bridge/build/connectivity-bridge-${{ env.VERSION }}-thingy91x-nrf53-dfu.zip
cp nrf53-bl-*.hex nrf/applications/connectivity_bridge/build/
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand All @@ -211,6 +213,7 @@ jobs:
if-no-files-found: error
path: |
nrf/applications/connectivity_bridge/build/connectivity-bridge-*.*
nrf/applications/connectivity_bridge/build/nrf53-bl-*.hex
# Bootloader update build

Expand Down Expand Up @@ -238,8 +241,6 @@ jobs:
path: |
thingy91x-oob/hello.nrfcloud.com-*.*
thingy91x-oob/connectivity-bridge-*.*
nrf53-bl-*.hex
nrf91-bl-*.hex
- name: Print run-id and fw version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
NRF53_APP_HEX_FILE: artifacts/connectivity-bridge-${{ inputs.artifact_fw_version }}-thingy91x-nrf53-app.hex
NRF53_APP_UPDATE_ZIP: artifacts/connectivity-bridge-${{ inputs.artifact_fw_version }}-thingy91x-nrf53-verbose.zip
NRF53_BL_UPDATE_ZIP: artifacts/connectivity-bridge-${{ inputs.artifact_fw_version }}-thingy91x-nrf53-bootloader.zip
NRF91_HEX_FILE: artifacts/hello.nrfcloud.com-${{ inputs.artifact_fw_version }}-thingy91x-nrf91-bootloader.hex
NRF91_HEX_FILE: artifacts/nrf91-bl-v2.hex
NRF91_APP_UPDATE_ZIP: artifacts/hello.nrfcloud.com-${{ inputs.artifact_fw_version }}-thingy91x-nrf91-dfu.zip
NRF91_BL_UPDATE_ZIP: artifacts/hello.nrfcloud.com-${{ inputs.artifact_fw_version }}-thingy91x-nrf91-bootloader.zip
LOG_FILENAME: oob_dfu_test_log
Expand Down

0 comments on commit 939fe69

Please sign in to comment.