Skip to content

Add new and update Submodules #5

Add new and update Submodules

Add new and update Submodules #5

Workflow file for this run

- name: Cook, Stage & Package UE Project

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

(Line: 1, Col: 1): A sequence was not expected
uses: OrchidIsle/UE5-Build-Project@latest
with:
RUNUAT_PATH: 'C:/Unreal Engine/UE5.3_Source/Engine/Build/BatchFiles/RunUAT.bat'
UPROJECT_PATH: ${{ github.workspace }}/YourGameFolder/MyGame.uproject
BUILD_CONFIG: Development
PLATFORM: Win64
CLEAN: true
COOK: true
STAGE: true
PACKAGE: false
PAK: false
SERVER: false
ARCHIVE: false
ARCHIVE_PATH: 'C:/Archives/MyGame'
NULLRHI: true
EDITOR: true
ENCRYPT_INI: true
RELEASE: '1.0.0'
PATCH: '0.9.0'
MAPS: 'Map1,Map2'
DELETE_PDB: true
ANTICHEAT_ENABLED: true
ANTICHEAT_PRIVATE_KEY: 'base64encodedprivatekey'
ANTICHEAT_PUBLIC_CERT: 'base64encodedpubliccert'