0
0
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:
Refringe 2024-11-22 23:27:06 -05:00
parent 90eeb8aaf5
commit 6d6594147b
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -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