From 35e2d43191f12e9ae2be81fdd12cd25bdcad2e7d Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:19:16 +0100 Subject: [PATCH] Next try to fix GH actions 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 abb1d9f0b..e9c6ec1c8 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: * + pattern: tasmota32* path: ./firmware - name: Add SHA to footer run: | @@ -278,7 +278,7 @@ jobs: - name: Download safeboot firmwares uses: actions/download-artifact@v4 with: - pattern: * + pattern: tasmota32* 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 be8dc37d2..174ee18a6 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: * + pattern: tasmota32* path: ./mv_firmware - name: Display structure of downloaded files run: ls -R ./mv_firmware/