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