diff --git a/.github/workflows/Update.yml b/.github/workflows/Update.yml index 665f666..0b90d7d 100644 --- a/.github/workflows/Update.yml +++ b/.github/workflows/Update.yml @@ -23,9 +23,9 @@ jobs: wget https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/source/release.sh -O ./.github/source.sh wget https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/source/data/data_modify.txt -O ./.github/custom.txt sudo bash ./.github/release.sh - rm -f ./ByPass.txt + sudo rm -f ./ByPass.txt sudo mv ./gfwlist2adguardhome_new/blacklist_full_combine.txt ./ByPass.txt - rm -rf ./gfwlist2adguardhome_new + sudo rm -rf ./gfwlist2adguardhome_new curl -i "https://purge.jsdelivr.net/gh/Moexin/AdGuardHome-ByPass@Files/ByPass.txt" echo "Auto Update ByPass.txt in ${GET_TIME}" > README.md