Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build_and_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ on:
default: ubuntu-22.04
unreal_version:
type: string
description: Which Unreal version to build for (5.4, 5.5, 5.6, and 5.7 are supported)
description: Which Unreal version to build for (5.6, and 5.7 are supported)
default: 5.7
project_root:
type: string
Expand Down Expand Up @@ -118,9 +118,9 @@ jobs:
;;
esac
case "${{ inputs.unreal_version }}" in
"5.4"|"5.5"|"5.6"|"5.7") ;;
"5.6"|"5.7") ;;
*)
echo "Error: Invalid Unreal Version. Only 5.4, 5.5, 5.6, and 5.7 are supported."
echo "Error: Invalid Unreal Version. Only 5.6, and 5.7 are supported."
exit 1
;;
esac
Expand Down
289 changes: 0 additions & 289 deletions EngineMods/5.4/Engine/Plugins/AI/MassCrowd/MassCrowd.patch.1

This file was deleted.

Loading
Loading