Skip to content

Commit 0472055

Browse files
authored
Update KS-Wifi.yml
1 parent fc01601 commit 0472055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/KS-Wifi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
output_name:
1818
description: 'Name of the output.zip'
1919
required: false
20-
default: 'OP7_KSN_wifi'
20+
default: 'OP7_KS_wifi'
2121
push:
2222
branches:
2323
- oneplus/OOS_SM8150_11.0
@@ -37,7 +37,7 @@ jobs:
3737
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"
3838
KERNEL_SOURCE_URL: ${{ github.event.inputs.kernel_source_url || 'https://github.com/LineageOS/android_kernel_oneplus_sm8150' }}
3939
KERNEL_BRANCH: ${{ github.event.inputs.kernel_branch || 'lineage-22.1' }}
40-
OUTPUT_ZIP_NAME: ${{ github.event.inputs.output_name || 'OP7_KSN_wifi' }}
40+
OUTPUT_ZIP_NAME: ${{ github.event.inputs.output_name || 'OP7_KS_wifi' }}
4141

4242
steps:
4343
- name: Checkout Kernel Source

0 commit comments

Comments
 (0)