Comment out the cleanup command to avoid accidentally deleting protected exports.

This commit is contained in:
ShirkNeko
2025-04-30 20:27:54 +08:00
parent 45ed4708c9
commit 69b48d5345

View File

@@ -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"