Skip to content

Commit 13706ff

Browse files
workflows: small typo in build workflow
hex debug files is not created because of a typo. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent 4c5e7cf commit 13706ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
if: ${{ inputs.build_debug }}
167167
working-directory: asset-tracker-template/app/build
168168
run: |
169-
cp merged.hex asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91.hex
169+
cp merged.hex asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91.hex
170170
cp app/zephyr/.config asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91.config
171171
cp app/zephyr/zephyr.signed.bin asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91-update-signed.bin
172172
cp app/zephyr/zephyr.signed.hex asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91-update-signed.hex

0 commit comments

Comments
 (0)