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

Attempts to fetch tags during server checkout

This commit is contained in:
Refringe 2025-01-03 11:48:23 -05:00
parent a92baa2a21
commit e06e727056
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -184,6 +184,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ env.TARGET }}
fetch-tags: true
lfs: false
path: 'SPT/Build/server'