Skip to content

Fix bug where map was shifted to the south when the map was resized i… #1554

Fix bug where map was shifted to the south when the map was resized i…

Fix bug where map was shifted to the south when the map was resized i… #1554

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