Fix 0x0 buildings causing the placement cursor to crash #277
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Map Editor | |
on: | |
push: | |
branches: [ master, tsclient ] | |
pull_request: | |
branches: [ master, tsclient ] | |
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: '7.x.x' | |
- name: Build Editor | |
run: ./build.ps1 | |
shell: pwsh | |
- uses: actions/[email protected] | |
name: Upload Artifacts | |
with: | |
name: editor.zip | |
path: ./Build |