mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 01:30:46 -05:00
Extra Logging
This commit is contained in:
parent
90eeb8aaf5
commit
6d6594147b
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -124,6 +124,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
echo "proceed=$PROCEED" >> $GITHUB_OUTPUT
|
echo "proceed=$PROCEED" >> $GITHUB_OUTPUT
|
||||||
|
echo "Matches found. Proceeding with build."
|
||||||
|
|
||||||
- name: Tag Not Found
|
- name: Tag Not Found
|
||||||
if: steps.check-existence.outputs.proceed == 'false'
|
if: steps.check-existence.outputs.proceed == 'false'
|
||||||
@ -159,6 +160,9 @@ jobs:
|
|||||||
echo "client_version=$CLIENT_VERSION" >> $GITHUB_OUTPUT
|
echo "client_version=$CLIENT_VERSION" >> $GITHUB_OUTPUT
|
||||||
echo "spt_version=$SPT_VERSION" >> $GITHUB_OUTPUT
|
echo "spt_version=$SPT_VERSION" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
echo "Client version is $CLIENT_VERSION"
|
||||||
|
echo "SPT version is $SPT_VERSION"
|
||||||
|
|
||||||
- name: Extract Mod Configurations
|
- name: Extract Mod Configurations
|
||||||
id: mod-config
|
id: mod-config
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user