0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 02:50:46 -05:00

Update LFS pull command in build.yaml

This commit is contained in:
Refringe 2024-03-01 13:29:16 -05:00
parent 22304b67b8
commit ba75d07723
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -16,6 +16,6 @@ jobs:
- name: Checkout Server Project - name: Checkout Server Project
run: git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git --branch 3.8.0-BE --depth 1 /workspace/server run: git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git --branch 3.8.0-BE --depth 1 /workspace/server
- name: Pull LFS Files - name: Pull Server LFS Files
run: git lfs pull run: git lfs pull
workspace: /workspace/server working-directory: /workspace/server