Add safeboot firmware to release (#17392)

This commit is contained in:
Jason2866 2022-12-14 15:14:14 +01:00 committed by GitHub
parent bca659adf7
commit d2068b1c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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