From 70b4bd197c5acb3260e68a4d785ce82e8acbc803 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Sat, 2 Sep 2023 15:18:16 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 344e5b11..7bfef8b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,14 @@ jobs: # git config --global user.email "bot@openepaperlink.de" # git commit -am "Zipped web files" # git push origin HEAD:master + + - name: Build NRF firmware + run: | + cd ARM_Tag_FW/Newton_M3_nRF52811 + pio run --environment Newton_M3_29_BWR + pio run --environment Newton_M3_75_BWR + 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 - name: Install PlatformIO Core run: pip install --upgrade platformio