From 616c6859e3a55fece5023a047b721ff7a57bae6f Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 14 Dec 2022 15:41:02 +0100 Subject: [PATCH] Update Tasmota_build_master.yml --- .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 7691a725f..f17e25eb6 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