We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7135a61 commit b9a181cCopy full SHA for b9a181c
.github/workflows/build-with-image.yml
@@ -53,6 +53,9 @@ jobs:
53
- name: Build Plugin with Unreal Automation Tool in image ${{ matrix.UE_IMAGE }}
54
continue-on-error: true
55
run: |
56
+ mkdir build
57
+ chmod 777 build
58
+ chmod 777 tmp
59
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
60
61
- name: Expose log as artifact
0 commit comments