mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-20 09:16:30 +00:00
so ugly with new GH Actions up / download artifact
This commit is contained in:
parent
23ae0db9a8
commit
a07973e866
24
.github/workflows/Tasmota_build_devel.yml
vendored
24
.github/workflows/Tasmota_build_devel.yml
vendored
@ -91,27 +91,39 @@ jobs:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: berry_tasmota
|
||||
path: ./lib/libesp32/berry_tasmota/src
|
||||
path: berry_tasmota
|
||||
- name: Move files back to orig folder
|
||||
run: mv berry_tasmota/* ./lib/libesp32/berry_tasmota/src/solidify
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: berry_matter
|
||||
path: ./lib/libesp32/berry_matter/src
|
||||
path: berry_matter
|
||||
- name: Move files back to orig folder
|
||||
run: mv berry_matter/* ./lib/libesp32/berry_matter/src/solidify
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: berry_animate
|
||||
path: ./lib/libesp32/berry_animate/src
|
||||
path: berry_animate
|
||||
- name: Move files back to orig folder
|
||||
run: mv berry_animate/* ./lib/libesp32/berry_animate/src/solidify
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: berry_lvgl
|
||||
path: ./lib/libesp32_lvgl/lv_binding_berry/src
|
||||
path: berry_lvgl
|
||||
- name: Move files back to orig folder
|
||||
run: mv berry_lvgl/* ./lib/libesp32_lvgl/lv_binding_berry/src/solidify
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: berry_haspmota
|
||||
path: ./lib/libesp32_lvgl/lv_haspmota/src
|
||||
path: berry_haspmota
|
||||
- name: Move files back to orig folder
|
||||
run: mv berry_haspmota/* ./lib/libesp32_lvgl/lv_haspmota/src/solidify
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: berry_header
|
||||
path: ./lib/libesp32/berry
|
||||
path: berry_header
|
||||
- name: Move files back to orig folder
|
||||
run: mv berry_header/* ./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