File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 4343 - name : Upload build artifacts
4444 uses : actions/upload-artifact@v4
4545 with :
46- name : firmware-${{ steps.board_name.outputs.sanitized }}-${{ github.sha }}
46+ name : firmware-v0.0.1-${{ steps.board_name.outputs.sanitized }}-${{ github.sha }}
47+ path : |
48+ /opt/ncs/v3.1.1/build/dfu_application.zip_manifest.json
49+ /opt/ncs/v3.1.1/build/dfu_application.zip
50+ /opt/ncs/v3.1.1/build/merged.hex
51+ /opt/ncs/v3.1.1/build/peripheral_mds/zephyr/zephyr.elf
52+ retention-days : 30
53+
54+ - name : Rebuild with version=0.0.2
55+ run : |
56+ . /opt/toolchain-env.sh
57+ cd /opt/ncs/v3.1.1
58+ west build --sysbuild --pristine=always --board ${{ matrix.board }} nrf/samples/bluetooth/peripheral_mds -- -DCONFIG_MEMFAULT_NCS_PROJECT_KEY=\"dummy\" -DCONFIG_MEMFAULT_NCS_FW_VERSION=\"0.0.2\"
59+
60+ - name : Upload v0.0.2 build artifacts
61+ uses : actions/upload-artifact@v4
62+ with :
63+ name : firmware-v0.0.2-${{ steps.board_name.outputs.sanitized }}-${{ github.sha }}
4764 path : |
4865 /opt/ncs/v3.1.1/build/dfu_application.zip_manifest.json
4966 /opt/ncs/v3.1.1/build/dfu_application.zip
You can’t perform that action at this time.
0 commit comments