diff options
| author | MMR <56675802+mmrabbani@users.noreply.github.com> | 2023-08-01 23:57:12 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-01 23:57:12 +0300 |
| commit | b805bf62229ef4a1211b6bc1e7603c07b12b9653 (patch) | |
| tree | 2d5c634cea78512ce2dc7aeb2cda57b145e7117b /.github/workflows/release.yml | |
| parent | 07b9474212d562265ee0e6b2101f1fc45f30cb8f (diff) | |
change bootmortis project to MasterKia fork (#849)
* Update x-ui.sh
change bootmortis project to MasterKia fork
* Update DockerInit.sh
replace bootmortis with MasterKia
* Update release.yml
Replace bootmortis with MasterKia
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 ../.. |
