mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 07:10:46 -05:00
Add client version extraction step to build workflow
This commit is contained in:
parent
b15f5f5c7a
commit
530edfff0d
@ -148,6 +148,14 @@ jobs:
|
|||||||
ls -la
|
ls -la
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Extract Client Version
|
||||||
|
run: |
|
||||||
|
cd ./server-core/project/assets/configs
|
||||||
|
CLIENT_VERSION=$(jq -r '.compatibleTarkovVersion' core.json)
|
||||||
|
echo "Client Version: $CLIENT_VERSION"
|
||||||
|
echo "::set-output name=client_version::$CLIENT_VERSION"
|
||||||
|
shell: bash
|
||||||
|
|
||||||
build-launcher:
|
build-launcher:
|
||||||
needs: check-tag-exists
|
needs: check-tag-exists
|
||||||
if: needs.check-tag-exists.outputs.proceed == 'true'
|
if: needs.check-tag-exists.outputs.proceed == 'true'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user