Skip to content

Commit

Permalink
Upload Kernel to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanrgab committed Oct 22, 2023
1 parent b77d390 commit a898847
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,8 @@ jobs:
tools/mkbootimg --kernel out/arch/arm64/boot/Image.gz --base 0x0 --cmdline "loglevel=4 initcall_debug=n page_tracker=on unmovable_isolate1=2:192M,3:224M,4:256M printktimer=0xfff0a000,0x534,0x538 androidboot.selinux=permissive buildvariant=user" --tags_offset 0x07988000 --kernel_offset 0x00008000 --ramdisk_offset 0x07b88000 --header_version 1 --os_version 9.0.0 --os_patch_level 2019-07 --output sydney_KSU-permissive-${{ steps.get_time.outputs.TIME }}.img
- name: Upload Sydney-KSU-Kernel
uses: actions/upload-artifact@v3
with:
name: sydney_KSU-kernel-${{ steps.get_time.outputs.TIME }}
path: "sydney_KSU-*.img"

0 comments on commit a898847

Please sign in to comment.