Skip to content

Commit

Permalink
Add generate tar-pkg package to artifacts (#89)
Browse files Browse the repository at this point in the history
* Add generate tar-pkg package to artifacts
  • Loading branch information
tiopex authored Sep 11, 2024
1 parent 2bb0925 commit 9e748e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
cd ${{ inputs.submodule || '.' }}
apt-get update && apt-get install -y kmod
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 +57,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 9e748e3

Please sign in to comment.