From 2a0c53a3828368c3e460037ab9e2877a3b41378a Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:59:07 +0200 Subject: [PATCH] Use esp32-solo1 safeboot for esp32 too since it is smaller --- .github/workflows/Tasmota_build_devel.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 5442392bf..bf2bd19a0 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -95,7 +95,6 @@ jobs: matrix: variant: - tasmota32solo1-safeboot - - tasmota32-safeboot - tasmota32c2-safeboot - tasmota32c3-safeboot - tasmota32c3cdc-safeboot @@ -125,6 +124,9 @@ jobs: sed -i -e "s/TASMOTA_SHA_SHORT/TASMOTA_SHA_SHORT $SHA-/g" ./tasmota/include/tasmota_version.h - name: Run PlatformIO run: platformio run -e ${{ matrix.variant }} + - name: Use esp32-solo1 safeboot for esp32 too + run: | + cp ./build_output/firmware/tasmota32solo1-safeboot.bin ./build_output/firmware/tasmota32-safeboot.bin - name: Upload safeboot firmware artifacts uses: jason2866/upload-artifact@v2.0.3 with: