Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix: signed filename has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed May 30, 2024
1 parent 74ee629 commit dde4513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
name: asset_tracker_v2-${{ matrix.sdk_nrf_branch }}
path: |
build/zephyr/merged.hex
build/zephyr/app_update.bin
build/zephyr/signed_by_mcuboot_and_b0_s1_image.bin
- name: Ensure nrfjprog works
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
name: asset_tracker_v2-${{ matrix.sdk_nrf_branch }}
path: |
build/zephyr/merged.hex
build/zephyr/app_update.bin
build/zephyr/signed_by_mcuboot_and_b0_s1_image.bin
- name: Ensure nrfjprog works
run: |
Expand Down

0 comments on commit dde4513

Please sign in to comment.