Skip to content

Commit 96951dd

Browse files
committed
remove step for gather .ko files,
there is tar-pkg with all modules
1 parent 8ba8486 commit 96951dd

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,10 @@ jobs:
5353
mkdir dist
5454
mv arch/arm/boot/dts/*.dtb dist/
5555
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/
6056
mv linux-5.15.141-miyoo-arm.tar dist/
6157
6258
- run: find ${{ inputs.submodule || '.' }}/dist
63-
59+
6460
- uses: actions/upload-artifact@v4
6561
with:
6662
name: kernel (uClibc)

0 commit comments

Comments
 (0)