Skip to content

Commit

Permalink
Check log folder content
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Dec 13, 2024
1 parent 4027d19 commit 64382b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ jobs:
-prereqss \
-package \
-archive
docker exec -w /workspace/checkout/${{ matrix.app }} unreal bash -c "
ls -al '/home/ue4/Library/Logs/Unreal Engine/LocalBuildLogs' "
docker exec -w /workspace/checkout/${{ matrix.app }} unreal bash -c "
cp -r '/home/ue4/Library/Logs/Unreal Engine/LocalBuildLogs' Saved/Logs "
docker exec -w /workspace/checkout/${{ matrix.app }} unreal /home/ue4/UnrealEngine/Engine/Binaries/Linux/${{ matrix.unreal == '4.27' && 'UE4Editor' || 'UnrealEditor' }} \
Expand Down

0 comments on commit 64382b4

Please sign in to comment.