From 6d6cd53e3db47186ffd0de7d001612ded017afbb Mon Sep 17 00:00:00 2001 From: quydang <81231812+quydang04@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:36:54 +0700 Subject: [PATCH] Update demo_all.yml --- .github/workflows/demo_all.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/demo_all.yml b/.github/workflows/demo_all.yml index d27f8c02..09b2f470 100644 --- a/.github/workflows/demo_all.yml +++ b/.github/workflows/demo_all.yml @@ -1,4 +1,4 @@ -name: Release X-UI +name: Release All X-UI on: push: @@ -80,6 +80,10 @@ jobs: rm -f Xray-linux-arm32-v7a.zip fi rm -f geoip.dat geosite.dat iran.dat + + # Add this line to skip replacing README.md + unzip -o -d xray-linux-${{ matrix.platform }} Xray-linux-${{ matrix.platform }}.zip -x README.md + 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/MasterKia/iran-hosted-domains/releases/latest/download/iran.dat