Skip to content

Update RLBotCS/ManagerTools/QuickChat.cs #71

Update RLBotCS/ManagerTools/QuickChat.cs

Update RLBotCS/ManagerTools/QuickChat.cs #71

Workflow file for this run

name: Build
on: [ workflow_dispatch, push ]
jobs:
build-windows:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build
run: dotnet publish
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: RLBotServer-windows
path: ./**/publish/RLBotServer.exe
build-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build
run: dotnet publish
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: RLBotServer-ubuntu
path: ./**/publish/RLBotServer