From 88ec0d7240df58f37357693800d82b0569bd243e Mon Sep 17 00:00:00 2001 From: Chomp Date: Mon, 8 Sep 2025 12:38:08 +0100 Subject: [PATCH] Updated LFS path --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dba15871..3d8ad663 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: - name: Configure Git LFS run: | git lfs install - git config -f .lfsconfig lfs.url https://lfs.sp-tarkov.com/sp-tarkov/server-csharp + git config -f .lfsconfig lfs.url https://spt-lfs.sp-tarkov.com/sp-tarkov/server-csharp git config -f .lfsconfig lfs.locksverify false git lfs pull