diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index b73aebfe..fd5183ca 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -53,6 +53,8 @@ jobs: path: | BeamableUnreal/Intermediate BeamableUnreal/Saved + BeamableUnreal/Plugins/BeamableCore/Intermediate + BeamableUnreal/Plugins/BeamableCore/Saved BeamableUnreal/BeamableUnreal.sln key: unreal-${{ runner.os }}-${{ inputs.targetPlatform }}-${{ inputs.buildType }}-${{ hashFiles('/BeamableUnreal/Source/**') }} restore-keys: unreal-${{ runner.os }}-${{ inputs.targetPlatform }}- diff --git a/.github/workflows/build_windows_oapi.yml b/.github/workflows/build_windows_oapi.yml index e6aa23a5..6d845293 100644 --- a/.github/workflows/build_windows_oapi.yml +++ b/.github/workflows/build_windows_oapi.yml @@ -61,6 +61,7 @@ jobs: working-directory: ./unrealProject shell: powershell run: | + dotnet tool restore Remove-Item -Recurse -Force Plugins/BeamableCore/Source/BeamableCore/Private/AutoGen Remove-Item -Recurse -Force Plugins/BeamableCore/Source/BeamableCore/Public/AutoGen - name: Update OpenAPI