Skip to content

Configuration for TS Client #1703

Configuration for TS Client

Configuration for TS Client #1703

Workflow file for this run

name: Build Map Editor
on:
push:
branches: [ master, tsclient, yr ]
pull_request:
branches: [ master, tsclient, yr ]
workflow_dispatch:
jobs:
build-editor:
runs-on: windows-2022
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup .NET Core SDK
uses: actions/[email protected]
with:
dotnet-version: '8.x.x'
- name: Build Editor
run: ./build.ps1
shell: pwsh
- uses: actions/[email protected]
name: Upload Artifacts
with:
name: WorldAlteringEditor
path: ./Build