Skip to content

Commit 5989a08

Browse files
opsiffWangYuli
authored andcommitted
CI: upload kabi when build arm64
1 parent 1cbeed2 commit 5989a08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-kernel-arm64.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727
# .config
2828
make deepin_arm64_desktop_defconfig
2929
make -j$(nproc)
30+
31+
- name: 'Upload Kernel Artifact'
32+
uses: actions/upload-artifact@v4
33+
with:
34+
name: Kernel-ABI-arm64
35+
path: "Module.symvers"

0 commit comments

Comments
 (0)