Skip to content

Commit

Permalink
Update kernelsu-oos12.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snowwolf725 authored Jan 27, 2024
1 parent 444eb71 commit d5da2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kernelsu-oos12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
KERNEL_CMDLINE: "ARCH=arm64 CLANG_TRIPLE=aarch64-linux-gnu- CROSS_COMPILE=aarch64-linux-androidkernel- CROSS_COMPILE_ARM32=arm-linux-gnueabi- LLVM=1 LLVM_IAS=1 O=out"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
fetch-depth: 1
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
make $KERNEL_CMDLINE CC="ccache clang" -j$(nproc --all)
cp out/arch/arm64/boot/Image AnyKernel3
- name: Upload Kernel-SU
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OP7-OOS12-kernel-SU-${{ steps.get_version.outputs.VERSION }}
path: "AnyKernel3/*"

0 comments on commit d5da2b9

Please sign in to comment.