Add M3 2.2" to release scripts

This commit is contained in:
Jonas Niesner
2023-09-03 19:34:15 +02:00
committed by GitHub
parent a1d06a2d34
commit 9cfadf1670

View File

@@ -39,8 +39,10 @@ jobs:
- name: Build NRF firmware - name: Build NRF firmware
run: | run: |
cd ARM_Tag_FW/Newton_M3_nRF52811 cd ARM_Tag_FW/Newton_M3_nRF52811
pio run --environment Newton_M3_22_BWR
pio run --environment Newton_M3_29_BWR pio run --environment Newton_M3_29_BWR
pio run --environment Newton_M3_75_BWR pio run --environment Newton_M3_75_BWR
cp .pio/build/Newton_M3_22_BWR/firmware.hex /home/runner/work/OpenEPaperLink/OpenEPaperLink/binaries/Newton_M3_22_BWR.hex
cp .pio/build/Newton_M3_29_BWR/firmware.hex /home/runner/work/OpenEPaperLink/OpenEPaperLink/binaries/Newton_M3_29_BWR.hex cp .pio/build/Newton_M3_29_BWR/firmware.hex /home/runner/work/OpenEPaperLink/OpenEPaperLink/binaries/Newton_M3_29_BWR.hex
cp .pio/build/Newton_M3_75_BWR/firmware.hex /home/runner/work/OpenEPaperLink/OpenEPaperLink/binaries/Newton_M3_75_BWR.hex cp .pio/build/Newton_M3_75_BWR/firmware.hex /home/runner/work/OpenEPaperLink/OpenEPaperLink/binaries/Newton_M3_75_BWR.hex