0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 09:50:45 -05:00
build/.gitea/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 21: mapping key "run" already defined at line 20

23 lines
504 B
YAML

name: SPT Release Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-server:
runs-on: ubuntu-latest
container:
image: refringe/spt-build-environment:1.0.3
steps:
- 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
- name: Pull Server LFS Files
run: git lfs pull
run: git lfs ls-files
working-directory: /workspace/server