Skip to content

Commit

Permalink
CI: upload kabi when build
Browse files Browse the repository at this point in the history
  • Loading branch information
opsiff authored Jul 2, 2024
1 parent a5eb928 commit efd4149
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
make deepin_x86_desktop_defconfig
make -j$(nproc)
- name: 'Upload Kernel Artifact'
uses: actions/upload-artifact@v4
with:
name: Kernel-ABI-x86-64
path: "Module.symvers"

0 comments on commit efd4149

Please sign in to comment.