Skip to content

Commit b9a181c

Browse files
committed
ci: Make build folder available to docker
1 parent 7135a61 commit b9a181c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-with-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
- name: Build Plugin with Unreal Automation Tool in image ${{ matrix.UE_IMAGE }}
5454
continue-on-error: true
5555
run: |
56+
mkdir build
57+
chmod 777 build
58+
chmod 777 tmp
5659
docker run --rm -v "$(pwd):/mnt/source" ghcr.io/epicgames/unreal-engine:${{ matrix.UE_IMAGE }} sh -c "/home/ue4/UnrealEngine/Engine/Build/BatchFiles/RunUAT.sh BuildPlugin -TargetPlatforms="Linux" -Plugin="/mnt/source/${SDK_NAME}/${SDK_NAME}.uplugin" -Package="/mnt/source/build" -Rocket -enablecodeanalysis" 2>&1 | tee tmp/logs/UAT.log
5760
5861
- name: Expose log as artifact

0 commit comments

Comments
 (0)