Skip to content

Commit

Permalink
Add generate tar-pkg package to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tiopex authored Sep 11, 2024
1 parent 2bb0925 commit acdd22c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
cd ${{ inputs.submodule || '.' }}
make miyoo_defconfig
make
make tar-pkg
# put everything in the same folder so that we can grab it all as a single artifact
- name: gather files
Expand All @@ -55,6 +56,7 @@ jobs:
mv drivers/video/fbdev/*.ko dist/
mv drivers/usb/gadget/legacy/*.ko dist/
mv sound/drivers/*.ko dist/
mv linux-5.15.141-miyoo-arm.tar dist/
- run: find ${{ inputs.submodule || '.' }}/dist

Expand Down

0 comments on commit acdd22c

Please sign in to comment.