Skip to content

Commit

Permalink
Merge pull request #306 from deepin-community/opsiff-upload-kabi-txt
Browse files Browse the repository at this point in the history
CI: upload kabi when build
  • Loading branch information
opsiff authored Jul 3, 2024
2 parents a5eb928 + d2a7f04 commit b6a0bbd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-kernel-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:
# .config
make deepin_arm64_desktop_defconfig
make -j$(nproc)
- name: 'Upload Kernel Artifact'
uses: actions/upload-artifact@v4
with:
name: Kernel-ABI-arm64
path: "Module.symvers"
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 b6a0bbd

Please sign in to comment.