Skip to content

Commit ee42096

Browse files
authored
Update build-rpi-baremetal.yml
1 parent c99fd59 commit ee42096

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-rpi-baremetal.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ jobs:
2929
- name: Build ${{ matrix.example }}
3030
working-directory: ${{ matrix.example }}
3131
run: make
32+
33+
- name: Upload build files artifacts
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: ${{ matrix.example }}-binary
37+
path: |
38+
${{ matrix.example }}/build/kernel8*
39+
retention-days: 30

0 commit comments

Comments
 (0)