We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5e7cf commit 13706ffCopy full SHA for 13706ff
.github/workflows/build.yml
@@ -166,7 +166,7 @@ jobs:
166
if: ${{ inputs.build_debug }}
167
working-directory: asset-tracker-template/app/build
168
run: |
169
- cp merged.hex asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91.hex
+ cp merged.hex asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91.hex
170
cp app/zephyr/.config asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91.config
171
cp app/zephyr/zephyr.signed.bin asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91-update-signed.bin
172
cp app/zephyr/zephyr.signed.hex asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91-update-signed.hex
0 commit comments