diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 7be466ce..0053e792 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -40,7 +40,7 @@ jobs: NO_SKIP: true run: | cd sing-rule || exit 1 - wget -q https://github.com/SagerNet/sing-box/releases/download/v1.8.12/sing-box-1.8.12-linux-amd64.tar.gz -O sing-box.tar.gz && tar zxvf sing-box.tar.gz && mv sing-box-1.8.12-linux-amd64/sing-box ./ + wget -q https://github.com/SagerNet/sing-box/releases/download/v1.9.3/sing-box-1.9.3-linux-amd64.tar.gz -O sing-box.tar.gz && tar zxvf sing-box.tar.gz && mv sing-box-1.9.3-linux-amd64/sing-box ./ chmod 755 sing-box ACL4SSR/convert_srs.sh && ./ACL4SSR/convert_srs.sh ./sing-box rm -rf sing-box* LICENSE README.md ACL4SSR/convert_* cp ./ACL4SSR/Ruleset/*.srs ./ACL4SSR