Skip to content

Commit

Permalink
Update kernelsu-los21.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snowwolf725 authored Mar 27, 2024
1 parent 8b03d9a commit e5f5785
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .github/workflows/kernelsu-los21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ jobs:
cd ..
- name: Create AK3 zip for android 10
run: |
zip OP7-OOS10-kernel-SU-${{ steps.get_version.outputs.VERSION }}.zip AnyKernel3/*
cd AnyKernel3
zip -r ../OP7-OOS10-kernel-SU-${{ steps.get_version.outputs.VERSION }}.zip *
cd ..
- name: Checkout Android 11 kernel source
run: |
rm -rf kernel
Expand All @@ -96,8 +97,9 @@ jobs:
cd ..
- name: Create AK3 zip for android 11
run: |
zip OP7-OOS11-kernel-SU-${{ steps.get_version.outputs.VERSION }}.zip AnyKernel3/*
cd AnyKernel3
zip -r ../OP7-OOS11-kernel-SU-${{ steps.get_version.outputs.VERSION }}.zip *
cd ..
- name: Checkout Android 12 kernel source
run: |
rm -rf kernel
Expand All @@ -122,8 +124,9 @@ jobs:
cd ..
- name: Create AK3 zip for android 12
run: |
zip OP7-OOS12-kernel-SU-${{ steps.get_version.outputs.VERSION }}.zip AnyKernel3/*
cd AnyKernel3
zip -r ../OP7-OOS12-kernel-SU-${{ steps.get_version.outputs.VERSION }}.zip *
cd ..
- name: Checkout Android 13 kernel source
run: |
rm -rf kernel
Expand All @@ -148,7 +151,9 @@ jobs:
cd ..
- name: Create AK3 zip for android 13
run: |
zip OP7-LOS20-kernel-SU-${{ steps.get_version.outputs.VERSION }}.zip AnyKernel3/*
cd AnyKernel3
zip -r ../OP7-LOS20-kernel-SU-${{ steps.get_version.outputs.VERSION }}.zip *
cd ..
- name: Upload Kernel-SU 13
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -178,7 +183,9 @@ jobs:
cd ..
- name: Create AK3 zip for android 14
run: |
zip OP7-LOS21-kernel-SU-${{ steps.get_version.outputs.VERSION }}.zip AnyKernel3/*
cd AnyKernel3
zip -r ../OP7-LOS21-kernel-SU-${{ steps.get_version.outputs.VERSION }}.zip *
cd ..
- name: Upload Kernel-SU 14
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e5f5785

Please sign in to comment.