0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 17:10:45 -05:00

Need to be inside the repo to run git commands...

This commit is contained in:
Refringe 2024-03-16 18:51:07 -04:00
parent 337f82c4f7
commit eb15bc197b
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -206,6 +206,8 @@ jobs:
echo "Cloning tag $TAG"
git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git --branch "$TAG" --depth 1 /workspace/refringe/Build/server
fi
cd /workspace/refringe/Build/server
echo "::set-output name=server_commit::$(git rev-parse --short HEAD)"
shell: bash