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

Update build.yaml to clone Server repository and pull Git LFS objects

This commit is contained in:
Refringe 2024-03-01 12:42:25 -05:00
parent 32e26ca994
commit 7836688473
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -14,14 +14,11 @@ jobs:
steps:
- name: Checkout Server Project
uses: actions/checkout@v3
with:
repository: 'refringe/Server'
ref: '3.8.0-BE'
fetch-depth: 0
run: git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git --branch "3.8.0-BE" --depth 1 "./SPT-AKI/Server"
- name: Checkout Git LFS Objects
run: git lfs pull
working-directory: ./SPT-AKI/Server
- name: Setup Node
uses: actions/setup-node@v4