mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 09:50:45 -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:
|
steps:
|
||||||
- name: Checkout Server Project
|
- name: Checkout Server Project
|
||||||
uses: actions/checkout@v3
|
run: git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git --branch "3.8.0-BE" --depth 1 "./SPT-AKI/Server"
|
||||||
with:
|
|
||||||
repository: 'refringe/Server'
|
|
||||||
ref: '3.8.0-BE'
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Checkout Git LFS Objects
|
- name: Checkout Git LFS Objects
|
||||||
run: git lfs pull
|
run: git lfs pull
|
||||||
|
working-directory: ./SPT-AKI/Server
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user