github: upload kernel.elf build artifact

The kernel.elf file is occasionally more useful for debugging than the
final board image.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
Gerwin Klein
2023-12-08 14:22:21 +01:00
parent 9a532efc15
commit 7bad3610f1

View File

@@ -50,6 +50,11 @@ jobs:
with:
name: images-${{ matrix.march }}-${{ matrix.compiler }}
path: '*-images.tar.gz'
- name: Upload kernel.elf files
uses: actions/upload-artifact@v3
with:
name: kernel.elf-${{ matrix.march }}-${{ matrix.compiler }}
path: '*-kernel.elf'
the_matrix:
name: Matrix