mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
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:
5
.github/workflows/sel4test-hw.yml
vendored
5
.github/workflows/sel4test-hw.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user