Skip to content

Commit

Permalink
Paths update
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Sep 19, 2024
1 parent ae9a963 commit 2380902
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}-
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_windows_oapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2380902

Please sign in to comment.