From 50af23866bfebcecf7ec6a7caf9e152f12990834 Mon Sep 17 00:00:00 2001 From: MMR <56675802+mmrabbani@users.noreply.github.com> Date: Tue, 1 Aug 2023 23:30:34 +0330 Subject: [PATCH] Update release.yml Replace bootmortis with MasterKia --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42605895..a270e9a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: rm -f geoip.dat geosite.dat iran.dat wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat - wget https://github.com/bootmortis/iran-hosted-domains/releases/latest/download/iran.dat + wget https://github.com/MasterKia/iran-hosted-domains/releases/latest/download/iran.dat mv xray xray-linux-${{ matrix.platform }} cd ../..