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 <[email protected]>
  • Loading branch information
maxd-nordic committed Oct 30, 2024
1 parent 5f7a45e commit fe4e293
Show file tree
Hide file tree
Showing 3 changed files with 5 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
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
if-no-files-found: error
path: |
thingy91x-oob/app/build/hello.nrfcloud.com-*.*
nrf91-bl-*.hex
# Connectivity Bridge firmware build

Expand Down Expand Up @@ -211,6 +211,7 @@ jobs:
if-no-files-found: error
path: |
nrf/applications/connectivity_bridge/build/connectivity-bridge-*.*
nrf53-bl-*.hex
# Bootloader update build

Expand Down Expand Up @@ -238,8 +239,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-*.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 fe4e293

Please sign in to comment.