mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Gh: * fix download berry artifacts
This commit is contained in:
parent
c773a95ff7
commit
cba8723c59
36
.github/workflows/Tasmota_build_devel.yml
vendored
36
.github/workflows/Tasmota_build_devel.yml
vendored
@ -90,20 +90,28 @@ jobs:
|
||||
python-version: '3.x'
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: |
|
||||
berry_tasmota
|
||||
berry_matter
|
||||
berry_animate
|
||||
berry_lvgl
|
||||
berry_haspmota
|
||||
berry_header
|
||||
path: |
|
||||
./lib/libesp32/berry_tasmota/src/solidify
|
||||
./lib/libesp32/berry_matter/src/solidify
|
||||
./lib/libesp32/berry_animate/src/solidify
|
||||
./lib/libesp32_lvgl/lv_binding_berry/src/solidify
|
||||
./lib/libesp32_lvgl/lv_haspmota/src/solidify
|
||||
./lib/libesp32/berry/generate
|
||||
pattern: berry_tasmota
|
||||
path: ./lib/libesp32/berry_tasmota/src/solidify
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: berry_matter
|
||||
path: ./lib/libesp32/berry_matter/src/solidify
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: berry_animate
|
||||
path: ./lib/libesp32/berry_animate/src/solidify
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: berry_lvgl
|
||||
path: ./lib/libesp32_lvgl/lv_binding_berry/src/solidify
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: berry_haspmota
|
||||
path: ./lib/libesp32_lvgl/lv_haspmota/src/solidify
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: berry_header
|
||||
path: ./lib/libesp32/berry/generate
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: Solidified Code updated
|
||||
|
Loading…
x
Reference in New Issue
Block a user