mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
* fix yml action syntax
This commit is contained in:
parent
66a1f04414
commit
8a0e2d0604
4
.github/workflows/Tasmota_build_devel.yml
vendored
4
.github/workflows/Tasmota_build_devel.yml
vendored
@ -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: |
|
||||
|
2
.github/workflows/Tasmota_build_master.yml
vendored
2
.github/workflows/Tasmota_build_master.yml
vendored
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user