@@ -107,13 +107,7 @@ jobs:
107
107
- name : Rename artifacts
108
108
working-directory : asset-tracker-template/app/build
109
109
run : |
110
- cp ../../../nrf91-bl-*.hex .
111
- # Overwrite the bootloader part with the frozen version
112
- python3 ../../../zephyr/scripts/build/mergehex.py -o \
113
- asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91.hex \
114
- merged.hex \
115
- nrf91-bl-*.hex \
116
- --overlap replace
110
+ cp merged.hex asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91.hex
117
111
cp app/zephyr/.config asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91.config
118
112
cp app/zephyr/zephyr.signed.bin asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91-update-signed.bin
119
113
cp app/zephyr/zephyr.signed.hex asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91-update-signed.hex
@@ -135,8 +129,6 @@ jobs:
135
129
if-no-files-found : error
136
130
path : |
137
131
asset-tracker-template/app/build/asset-tracker-template-*.*
138
- asset-tracker-template/app/build/nrf91-bl-*.hex
139
- asset-tracker-template/app/build/pmr-nrf91-*.txt
140
132
141
133
# Asset Tracker Template debug firmware build
142
134
@@ -156,13 +148,7 @@ jobs:
156
148
if : ${{ inputs.build_debug }}
157
149
working-directory : asset-tracker-template/app/build
158
150
run : |
159
- cp ../../../nrf91-bl-*.hex .
160
- # Overwrite the bootloader part with the frozen version
161
- python3 ../../../zephyr/scripts/build/mergehex.py -o \
162
- asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91.hex \
163
- merged.hex \
164
- nrf91-bl-*.hex \
165
- --overlap replace
151
+ cp merged.hex asset-tracker-template-${{ env.VERSION }}-thingy91x-nrf91.hex
166
152
cp app/zephyr/.config asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91.config
167
153
cp app/zephyr/zephyr.signed.bin asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91-update-signed.bin
168
154
cp app/zephyr/zephyr.signed.hex asset-tracker-template-${{ env.VERSION }}-debug-thingy91x-nrf91-update-signed.hex
0 commit comments