diff --git a/.github/workflows/Update.yml b/.github/workflows/Update.yml index a5ef1ee..1c1bb6b 100644 --- a/.github/workflows/Update.yml +++ b/.github/workflows/Update.yml @@ -21,8 +21,8 @@ jobs: - name: Update run: | - wget https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/source/release.sh -O ./Source/Source.sh - wget https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/source/data/data_modify.txt -O ./Source/Custom.txt + 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 echo "Auto Update AdGuardHome-ByPass in ${{ steps.date.outputs.date }}" > README.md - name: Clean