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:
parent
32e26ca994
commit
7836688473
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user