From 414c231c862bc1476259ce4aca9bee8a184b88c0 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:35:00 +0200 Subject: [PATCH] revert non working step --- .github/workflows/Tasmota_build_devel.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index bf2bd19a0..d1ca4d4d8 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -94,6 +94,7 @@ jobs: strategy: matrix: variant: + - tasmota32-safeboot - tasmota32solo1-safeboot - tasmota32c2-safeboot - tasmota32c3-safeboot @@ -124,9 +125,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: 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: