Skip to content

Commit b836bcb

Browse files
committed
Get Build Fail Logs
1 parent c10d58e commit b836bcb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,3 +368,14 @@ jobs:
368368
name: kernel-${{ env.CONFIG }}
369369
path: |
370370
*.zip
371+
372+
- name: Upload Build Logs
373+
uses: actions/upload-artifact@v4
374+
if: ${{ always() && failure() }}
375+
with:
376+
name: build-logs
377+
path: |
378+
${{ env.CONFIG }}/out/*.log
379+
${{ env.CONFIG }}/kernel_platform/**/*.rej
380+
retention-days: 2
381+
if-no-files-found: error

0 commit comments

Comments
 (0)