Skip to content

Commit 890ba20

Browse files
authored
Update build.yml
1 parent 5578c95 commit 890ba20

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,11 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Build Kernel
17-
uses: mlm-games/simple-kernel-build-action@v1
17+
uses: mlm-games/simple-kernel-build-action@v1.1.0
1818
with:
1919
KERNEL_CLONE_CMD: 'git clone https://github.com/Flouzr/android_kernel_google_wahoo -b 15.0' # PSA: directory and depth=1 are added automatically!
2020
KERNEL_CONFIG: 'wahoo_defconfig'
2121
ARCH: 'arm64'
2222
TOOLCHAIN_CLONE_CMD: 'git clone https://github.com/djb77/aarch64-linux-android-4.9 ./toolchain/gcc'
2323
ENABLE_KSU: 'false'
2424
ENABLE_CCACHE: 'true'
25-
26-
- name: Upload build artifacts
27-
uses: actions/upload-artifact@v3
28-
with:
29-
name: kernel-build
30-
path: 'kernel_source/flashable-anykernel.zip' # Always named flashable-anykernel.zip

0 commit comments

Comments
 (0)