Filter, sort and color items in Triggers, Scripts and Team Types windows #1553
Workflow file for this run
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, 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 |