From 9c819d6afb49321254c68656d24693c7139d6fd5 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 12 May 2023 12:18:55 +0200 Subject: [PATCH] push changed coc generated files back in repo (#18644) --- .github/workflows/Tasmota_build_devel.yml | 6 ++++-- .github/workflows/Tasmota_build_master.yml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index d4a8c1d93..682f9913b 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -48,8 +48,8 @@ jobs: ../../libesp32/berry/berry -s -g solidify_all.be - uses: jason2866/upload-artifact@v2.0.2 with: - name: '["berry_tasmota", "berry_matter", "berry_lvgl"]' - path: '["./lib/libesp32/berry_tasmota/src/solidify", "./lib/libesp32/berry_matter/src/solidify", "./lib/libesp32_lvgl/lv_binding_berry/src/solidify"]' + name: '["berry_tasmota", "berry_matter", "berry_lvgl", "berry_header"]' + path: '["./lib/libesp32/berry_tasmota/src/solidify", "./lib/libesp32/berry_matter/src/solidify", "./lib/libesp32_lvgl/lv_binding_berry/src/solidify", "./lib/libesp32/berry/generate"]' push_solidified: needs: be_solidify @@ -68,10 +68,12 @@ jobs: berry_tasmota berry_matter berry_lvgl + berry_header path: | ./lib/libesp32/berry_tasmota/src/solidify ./lib/libesp32/berry_matter/src/solidify ./lib/libesp32_lvgl/lv_binding_berry/src/solidify + ./lib/libesp32/berry/generate - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Solidified Code updated diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index ee45b03d1..56cc4ff96 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -47,8 +47,8 @@ jobs: ../../libesp32/berry/berry -s -g solidify_all.be - uses: jason2866/upload-artifact@v2.0.2 with: - name: '["berry_tasmota", "berry_matter", "berry_lvgl"]' - path: '["./lib/libesp32/berry_tasmota/src/solidify", "./lib/libesp32/berry_matter/src/solidify", "./lib/libesp32_lvgl/lv_binding_berry/src/solidify"]' + name: '["berry_tasmota", "berry_matter", "berry_lvgl", "berry_header"]' + path: '["./lib/libesp32/berry_tasmota/src/solidify", "./lib/libesp32/berry_matter/src/solidify", "./lib/libesp32_lvgl/lv_binding_berry/src/solidify", "./lib/libesp32/berry/generate"]' push_solidified: needs: be_solidify @@ -67,10 +67,12 @@ jobs: berry_tasmota berry_matter berry_lvgl + berry_header path: | ./lib/libesp32/berry_tasmota/src/solidify ./lib/libesp32/berry_matter/src/solidify ./lib/libesp32_lvgl/lv_binding_berry/src/solidify + ./lib/libesp32/berry/generate - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Solidified Code updated