Skip to content

Commit

Permalink
update Zip
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdx123 committed Aug 10, 2023
1 parent 81c72dc commit 47fc037
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,15 @@ jobs:
rm -rf kernel
mv Image kernel
./magiskboot repack boot.img
rm -rf kernel ramdisk.cpio boot.img
rm -rf ramdisk.cpio boot.img
mv kernel Image
- name: Zip
run: |
zip -r -9 -q -o K40-Kernel.zip new-boot.img Image
- name: Kernel REL
uses: actions/upload-artifact@v3
with:
name: K40 KernelSU
path: ./new-boot.img
path: ./K40-Kernel.zip

0 comments on commit 47fc037

Please sign in to comment.