From b72ccd1e47791004e268b47557a0b8167b2267df Mon Sep 17 00:00:00 2001 From: Ksawlii Date: Wed, 22 Jan 2025 11:12:19 +0100 Subject: [PATCH] .github: Adapt for a new build script --- .github/workflows/fireasf.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fireasf.yml b/.github/workflows/fireasf.yml index b9a45c752..9085a0d63 100644 --- a/.github/workflows/fireasf.yml +++ b/.github/workflows/fireasf.yml @@ -31,8 +31,10 @@ jobs: patch -p1 < 0001-KernelSU-Next-Implement-SUSFS-v1.5.3-plus-GKI.patch cd .. echo "Applied susfs4ksu" - ./kernel_build/build.sh "$(pwd)" || exit 1 - ./kernel_build/build-ksu.sh "$(pwd)" || exit 1 + export FIREASF_VANILLA=true + ./kernel_build/build-fireasf.sh "$(pwd)" || exit 1 + export FIREASF_VANILLA=false + ./kernel_build/build-fireasf.sh "$(pwd)" || exit 1 - name: Upload uses: actions/upload-artifact@v4