Skip to content

Commit 68651cd

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 190c251 commit 68651cd

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
@@ -98,3 +98,8 @@ jobs:
9898
with:
9999
name: ${{ matrix.platform.name }}.${{ env.VERSIONINFO }}
100100
path: /${{ matrix.platform.folder }}/ec_home/chromiumos/src/platform/ec/build/zephyr/${{ matrix.platform.name }}/output
101+
102+
- uses: actions/upload-artifact@v4
103+
with:
104+
name: util_${{ matrix.platform.name }}.${{ env.VERSIONINFO }}
105+
path: /${{ matrix.platform.folder }}/ec_home/chromiumos/src/platform/ec/build/host/util

0 commit comments

Comments
 (0)