Skip to content

Commit 9b16403

Browse files
committed
fwk: Upload util to github actions
TEST=Check if util is uploaded, download and check that it can run BRANCH=fwk-main BUG= Signed-off-by: Daniel Schaefer <dhs@frame.work> (cherry picked from commit 0887e69)
1 parent c274d2c commit 9b16403

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/zephyr-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,8 @@ jobs:
104104
with:
105105
name: ${{ matrix.platform.name }}.${{ env.VERSIONINFO }}
106106
path: /${{ matrix.platform.folder }}/ec_home/chromiumos/src/platform/ec/build/zephyr/${{ matrix.platform.name }}/output
107+
108+
- uses: actions/upload-artifact@v4
109+
with:
110+
name: util_${{ matrix.platform.name }}.${{ env.VERSIONINFO }}
111+
path: /${{ matrix.platform.folder }}/ec_home/chromiumos/src/platform/ec/build/host/util

0 commit comments

Comments
 (0)