Skip to content

Docs flow

Docs flow #206

Workflow file for this run

name: Build Unreal Package

Check failure on line 1 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
on:
schedule:
#- cron: '0 20 * * 1-5'
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Run UAT
run: C:\UE_5.1\Engine\Build\BatchFiles\RunUAT.bat BuildCookRun -project=C:\actions-runner\_work\UnrealSDK\UnrealSDK\BeamableUnreal.uproject -noP4 -clientconfig=Development -serverconfig=Development -unrealexe="C:\UE_5.1\Engine\Binaries\Win64\UnrealEditor-Cmd.exe" -utf8output -platform=Win64 -build -cook -map=DefaultMap+DefaultMap -CookCultures=en -unversionedcookedcontent -encryptinifiles -ddc=InstalledDerivedDataBackendGraph -pak -makebinaryconfig -manifests -compressed -stage -deploy -cmdline="DefaultMap -Messaging" -device=Windows@DESKTOP-54B40OJ -addcmdline="-SessionId=93429DA948590375D210BE95D3417B52 -SessionOwner='Beamable' -SessionName='Windows' "
- name: Compress Artifacts
run: Compress-Archive -Path C:\actions-runner\_work\UnrealSDK\UnrealSDK\Plugins\BeamableCore\ -DestinationPath C:\actions-runner\_work\UnrealSDK\UnrealSDK\Plugins\BeamableCore.zip
- uses: actions/upload-artifact@v3
with:
name: BeamableUnrealSDK
path: C:\actions-runner\_work\UnrealSDK\UnrealSDK\Plugins\BeamableCore.zip