mirror of https://github.com/arendst/Tasmota.git
Add safeboot firmware to release (#17392)
This commit is contained in:
parent
bca659adf7
commit
d2068b1c42
|
@ -180,10 +180,16 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/download-artifact@v3
|
- name: Download Tasmota firmwares
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: firmware
|
name: firmware
|
||||||
path: ./mv_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
|
- name: Display structure of downloaded files
|
||||||
run: ls -R ./mv_firmware/
|
run: ls -R ./mv_firmware/
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|
Loading…
Reference in New Issue