Url fixed.

This commit is contained in:
AirryCo
2025-05-29 18:27:48 +08:00
parent 9a0d3cdb40
commit 6e2c228848

View File

@@ -95,7 +95,7 @@ jobs:
- name: Clone Server
run: |
git clone -b ${{ env.NIGHTLY_BRANCH }} --depth=1 https://git.rui.he.cn:3000/SP-Tarkov/server-csharp.git /snapshot
git clone -b ${{ env.NIGHTLY_BRANCH }} --depth=1 ${{ env.SERVER_URL }}/${{ env.REPOSITORY_SPT_SERVER }}.git /snapshot
cd /snapshot
git lfs pull