mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 15:10:45 -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
|
||||
fi
|
||||
echo "proceed=$PROCEED" >> $GITHUB_OUTPUT
|
||||
echo "Matches found. Proceeding with build."
|
||||
|
||||
- name: Tag Not Found
|
||||
if: steps.check-existence.outputs.proceed == 'false'
|
||||
@ -159,6 +160,9 @@ jobs:
|
||||
echo "client_version=$CLIENT_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
|
||||
id: mod-config
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user