From bfd49c7eb95969e722e719ff873a6726ef06fc77 Mon Sep 17 00:00:00 2001 From: vernesong <42875168+vernesong@users.noreply.github.com> Date: Wed, 20 Nov 2024 07:17:19 +0800 Subject: [PATCH] workflow: add apk Compile --- .github/workflows/compile_new_ipk.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile_new_ipk.yml b/.github/workflows/compile_new_ipk.yml index 3e7a446420..8a4af107a9 100644 --- a/.github/workflows/compile_new_ipk.yml +++ b/.github/workflows/compile_new_ipk.yml @@ -97,7 +97,10 @@ jobs: cd .. cd tmp/SDK make package/luci-app-openclash/compile V=99 - cd ../.. + + - name: Compile OpenClash APK + run: | + cd .. cd tmp/SNAPSDK make defconfig make package/luci-app-openclash/compile V=99