We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba8486 commit 96951ddCopy full SHA for 96951dd
1 file changed
.github/workflows/build.yml
@@ -53,14 +53,10 @@ jobs:
53
mkdir dist
54
mv arch/arm/boot/dts/*.dtb dist/
55
mv arch/arm/boot/zImage dist/
56
- mv drivers/video/fbdev/core/*.ko dist/
57
- mv drivers/video/fbdev/*.ko dist/
58
- mv drivers/usb/gadget/legacy/*.ko dist/
59
- mv sound/drivers/*.ko dist/
60
mv linux-5.15.141-miyoo-arm.tar dist/
61
62
- run: find ${{ inputs.submodule || '.' }}/dist
63
-
+
64
- uses: actions/upload-artifact@v4
65
with:
66
name: kernel (uClibc)
0 commit comments