From 32580c38232d9df6a3ed7bff446f7dcac9ce33ed Mon Sep 17 00:00:00 2001 From: Kslr Date: Wed, 19 Aug 2020 23:06:16 +0800 Subject: [PATCH] use fly file --- .github/workflows/dlc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dlc.yml b/.github/workflows/dlc.yml index 0727c0af..bc8158d4 100644 --- a/.github/workflows/dlc.yml +++ b/.github/workflows/dlc.yml @@ -16,8 +16,8 @@ jobs: - name: Download and Write run: | - curl -L -o release/config/geoip.dat "https://github.com/v2ray/geoip/raw/release/geoip.dat" - curl -L -o release/config/geosite.dat "https://github.com/v2ray/domain-list-community/raw/release/dlc.dat" + curl -L -o release/config/geoip.dat "https://github.com/v2fly/geoip/raw/release/geoip.dat" + curl -L -o release/config/geosite.dat "https://github.com/v2fly/domain-list-community/raw/release/dlc.dat" - name: push run: |