Skip to content

Commit

Permalink
Switched to non-lts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravi-Kishor authored Sep 26, 2024
1 parent 9b51186 commit ea36052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
mkdir kernel
cd kernel
repo init -u https://android.googlesource.com/kernel/manifest.git -b common-android12-5.10-lts --depth=1
repo init -u https://android.googlesource.com/kernel/manifest.git -b common-android12-5.10 --depth=1
repo sync --force-sync
ln -s common/build.config.gki.aarch64 build.config
cd common
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: android12-5.10 Flashable Zip and Kernel Binary
name: android12-5.10 Flashable Zip
path: |
kernel/AnyKernel3/android12-5.10-AnyKernel3.zip
kernel/out/android12-5.10/dist/Image.gz
#kernel/out/android12-5.10/dist/Image.gz

0 comments on commit ea36052

Please sign in to comment.