akiojin/ue-build-github-action

The action is to build the UE project.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
project-directoryOpen the project at the given path. If the pathname contains spaces, enclose it in quotes. no${{ github.workspace }}
versionSpecify the UE version to be used. If 'project' is specified, the specified version from the target uproject is used. ex) UE_4.27, UE_5.10, project yesproject
install-directoryIf the UE installation location is not the default, specify the path in this parameter. The path must exclude the version number. ex) E:\Epic Games\
build-targetAllows the selection of an active build target before loading a project. Possible options are: Win64, iOS, Android. yes
configurationThe configuration to use when building the app. Defaults to 'Debug' Possible options are: Debug, Development, Shipping. noDebug
enable-packageDo you want to package it? If true, BuildCookRun is executed. nofalse
package-pathPath to output packaged files. no${{ runner.temp }}\${{ github.run_number }}.zip
compressionCompression Level 0-Copy 9-Best Compression no5

no outputs