From 8c1a88f70b5b1e5c49d32de8e529fe5c412b8ef1 Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Wed, 13 Nov 2024 15:21:54 +1100 Subject: [PATCH] Copy BuildConfiguration.xml to another location on macOS. Because it doesn't seem to be picked up from the original spot anymore in UE 5.5. --- .github/workflows/buildApple.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/buildApple.yml b/.github/workflows/buildApple.yml index b092e8792..bf33ce5d0 100644 --- a/.github/workflows/buildApple.yml +++ b/.github/workflows/buildApple.yml @@ -129,6 +129,8 @@ jobs: # - We limit parallel actions because our builds use a lot more memory than UBT thinks they will. # - We set the source code control Provider to None so UBT includes all files in the unity build. printf '\n\n \n 2\n \n None\n\n' > ~/.config/Unreal\ Engine/UnrealBuildTool/BuildConfiguration.xml + mkdir -p ~/.config/Unreal\ Engine/UnrealBuildTool + cp ~/.config/Unreal\ Engine/UnrealBuildTool/BuildConfiguration.xml ~/Unreal\ Engine/UnrealBuildTool/BuildConfiguration.xml - name: Build plugin for macOS and iOS run: | sed -i '' 's/\"EngineVersion\": \"5.2.0\"/\"EngineVersion\": \"${{ inputs.unreal-engine-version }}\"/g' CesiumForUnreal.uplugin