From d2068b1c42c971508d484f18fc4aa136a006016a Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 14 Dec 2022 15:14:14 +0100 Subject: [PATCH] Add safeboot firmware to release (#17392) --- .github/workflows/Tasmota_build_master.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index 40f3baec2..901a06bea 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -180,10 +180,16 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - name: Download Tasmota firmwares + uses: actions/download-artifact@v3 with: name: firmware path: ./mv_firmware + - name: Download safeboot firmwares + uses: actions/download-artifact@v3 + with: + name: firmware_safeboot + path: ./mv_firmware - name: Display structure of downloaded files run: ls -R ./mv_firmware/ - name: Release