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

Reapply "Updated spt version parameter name."

This reverts commit e8aca05e40b16eebfb38bfd578fdf2d82164dea6.
This commit is contained in:
Dev 2024-07-06 11:42:47 +01:00
parent e8aca05e40
commit a61c32161f

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##*.}