diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index fe43499..2a0124b 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -82,7 +82,7 @@ jobs: - name: Custom configure file run: | - cd ~/lede && rm -rf .tmp/ + cd ~/lede && rm -rf tmp/ cat $GITHUB_WORKSPACE/$DEVICE.config.seed $GITHUB_WORKSPACE/common.seed | sed 's/\(CONFIG_PACKAGE_luci-app-[^A-Z]*=\)y/\1m/' > .config find package/ -type d -name luci-app-* | rev | cut -d'/' -f1 | rev | xargs -n1 -i echo CONFIG_PACKAGE_{}=m >> .config cat $GITHUB_WORKSPACE/extra_packages.seed >> .config