We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba8486 commit f4d3471Copy full SHA for f4d3471
1 file changed
.github/workflows/build.yml
@@ -45,20 +45,6 @@ jobs:
45
make
46
make tar-pkg
47
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
-
62
- run: find ${{ inputs.submodule || '.' }}/dist
63
64
- uses: actions/upload-artifact@v4
0 commit comments