From 69b48d53454be2bfd818b044a41b187bec0bfed8 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Wed, 30 Apr 2025 20:27:54 +0800 Subject: [PATCH] Comment out the cleanup command to avoid accidentally deleting protected exports. --- .github/workflows/gki-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gki-kernel.yml b/.github/workflows/gki-kernel.yml index a9516bdf..25f02a83 100644 --- a/.github/workflows/gki-kernel.yml +++ b/.github/workflows/gki-kernel.yml @@ -198,7 +198,7 @@ jobs: - name: Make working directory clean to avoid dirty working-directory: android-kernel run: | - rm common/android/abi_gki_protected_exports_* || echo "No protected exports!" + # rm common/android/abi_gki_protected_exports_* || echo "No protected exports!" git config --global user.email "bot@kernelsu.org" git config --global user.name "KernelSUBot" cd common/ && git add -A && git commit -a -m "Add KernelSU"