Skip to content

Commit f4d3471

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

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,6 @@ jobs:
4545
make
4646
make tar-pkg
4747
48-
# put everything in the same folder so that we can grab it all as a single artifact
49-
- name: gather files
50-
if: steps.cache.outputs.cache-hit != 'true'
51-
run: |
52-
cd ${{ inputs.submodule || '.' }}
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-
6248
- run: find ${{ inputs.submodule || '.' }}/dist
6349

6450
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)