Skip to content

fix(server): fix #5, fix host appearing overlayed over the first player #25

fix(server): fix #5, fix host appearing overlayed over the first player

fix(server): fix #5, fix host appearing overlayed over the first player #25

Workflow file for this run

name: Build and Package
on:
push:
branches-ignore:
- main
- alpha
- beta
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-server:
name: Build Server
uses: ./.github/workflows/build-server.yml
strategy:
matrix:
include:
- os: ubuntu-latest
rid: linux-x64
- os: windows-latest
rid: win-x64
with:
branch: ${{ github.ref_name }}
operatingSystem: ${{ matrix.os }}
buildRuntime: ${{ matrix.rid }}
tag: "v0.0.0"
version: "0.0.0"
publish: false
secrets:
token: ${{ secrets.GITHUB_TOKEN }}