Workflow: Adds debugging information

This commit is contained in:
Refringe 2024-04-25 00:10:32 -04:00
parent 391834081e
commit ba4e26585b
No known key found for this signature in database
GPG Key ID: 7715B85B4A6306ED

View File

@ -20,13 +20,13 @@ jobs:
rm -rf /workspace/SPT-AKI/Server
git clone https://dev.sp-tarkov.com/${{ GITHUB_REPOSITORY }}.git --branch master /workspace/SPT-AKI/Server
cd /workspace/SPT-AKI/Server
cd /workspace/SPT-AKI/Server && ls -lah
git checkout ${{ GITHUB_REF }}
shell: bash
- name: Pull LFS Files
run: |
cd /workspace/SPT-AKI/Server
cd /workspace/SPT-AKI/Server && ls -lah
git lfs pull
git lfs ls-files
shell: bash