0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 14:50:44 -05:00

Updated spt version parameter name.

This commit is contained in:
Refringe 2024-06-03 13:53:10 -04:00
parent 436ce22749
commit 486d27592b
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -152,7 +152,7 @@ jobs:
# Extract versions from core.json
cd project/assets/configs
SPT_VERSION=$(jq -r '.akiVersion' core.json)
SPT_VERSION=$(jq -r '.sptVersion' core.json)
FULL_VERSION=$(jq -r '.compatibleTarkovVersion' core.json)
CLIENT_VERSION=${FULL_VERSION##*.}