diff --git a/.github/workflows/build-game.yml b/.github/workflows/build-game.yml index 66ca2d6e..492d8718 100644 --- a/.github/workflows/build-game.yml +++ b/.github/workflows/build-game.yml @@ -36,8 +36,10 @@ jobs: lfs: true path: "RiveGame" - - name: pull lfs because checkout doesnt + - name: init and pull lfs because checkout doesnt run: | + git submodule init + git submodule update git lfs pull working-directory: RiveGame @@ -67,9 +69,9 @@ jobs: echo "GAME_VERSION=$version" | Out-File -FilePath $env:GITHUB_ENV -Append - - name: Build Win64 and Android Plugin + - name: Build Win64 and Android run: | - ./Engine/Build/BatchFiles/RunUAT.bat -ScriptsForProject="${{github.workspace}}/RiveGame/RiveGame.uproject" Turnkey -command=VerifySdk -platform=Win64+Android -UpdateIfNeeded -project="${{github.workspace}}/RiveGame/RiveGame.uproject" BuildCookRun -nop4 -utf8output -nocompileeditor -skipbuildeditor -cook -project="${{github.workspace}}/RiveGame/RiveGame.uproject" -target=LyraGame -platform=Win64+Android -stage -archive -package -build -pak -iostore -compressed -prereqs -archivedirectory="${{github.workspace}}/RiveGame/Output" -manifests -clientconfig=Development -nocompile -nocompileuat + ./Engine/Build/BatchFiles/RunUAT.bat -ScriptsForProject="${{github.workspace}}/RiveGame/RiveGame.uproject" Turnkey -command=VerifySdk -platform=Win64+Android -UpdateIfNeeded -project="${{github.workspace}}/RiveGame/RiveGame.uproject" BuildCookRun -nop4 -utf8output -cook -project="${{github.workspace}}/RiveGame/RiveGame.uproject" -target=LyraGame -platform=Win64+Android -stage -archive -package -build -pak -iostore -compressed -prereqs -archivedirectory="${{github.workspace}}/RiveGame/Output" -manifests -clientconfig=Development -nocompileuat working-directory: UE-${{inputs.ENGINE_VERSION}} # - name: Remove PDB files