diff --git a/.github/workflows/r1s_lean.yml b/.github/workflows/r1s_lean.yml index 49c70ef..72fe096 100644 --- a/.github/workflows/r1s_lean.yml +++ b/.github/workflows/r1s_lean.yml @@ -49,6 +49,7 @@ jobs: cd friendlywrt-h5 . ../remove_unused_config.sh sed -i '/iptparser/d' configs/config_h5 + cat ../app_config.seed >> configs/config_h5 echo '# CONFIG_V2RAY_COMPRESS_UPX is not set' >> configs/config_h5 cd friendlywrt git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"