From 88a27258eb6910ab26b8dcec48bf2c029cbfac72 Mon Sep 17 00:00:00 2001 From: Lixeer <1612655510@qq.com> Date: Fri, 5 Jun 2026 02:20:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=9D=99=E6=80=81=E8=B5=84=E6=BA=90=E4=B8=8B=E8=BD=BD=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 2212726..e524765 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - name: Download and Extract Game Content run: | mkdir -p src/ValleyServer/Content - curl -L -o content.zip http://mzdkk.cn/pack + curl -L -o content.zip https://github.com/Lixeer/ValleyContent/releases/download/G1.6.15/Content.zip unzip -q content.zip -d src/ValleyServer/Content rm content.zip