From 8a0e2d06046aba468af6c23929509c0e95a9e31e Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:08:21 +0100 Subject: [PATCH] * fix yml action syntax --- .github/workflows/Tasmota_build_devel.yml | 4 ++-- .github/workflows/Tasmota_build_master.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 1da4a1a47..abb1d9f0b 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -238,7 +238,7 @@ jobs: - name: Download safeboot firmwares uses: actions/download-artifact@v4 with: - pattern: *-safeboot + pattern: * path: ./firmware - name: Add SHA to footer run: | @@ -278,7 +278,7 @@ jobs: - name: Download safeboot firmwares uses: actions/download-artifact@v4 with: - pattern: *-safeboot + pattern: * path: ./firmware - name: Add SHA to footer run: | diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index 541bf6638..be8dc37d2 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -207,7 +207,7 @@ jobs: - name: Download safeboot firmwares uses: actions/download-artifact@v4 with: - pattern: *-safeboot + pattern: * path: ./mv_firmware - name: Display structure of downloaded files run: ls -R ./mv_firmware/