Skip to content

Fixed your rotation being incorrect when you are black in an online game #2352

Fixed your rotation being incorrect when you are black in an online game

Fixed your rotation being incorrect when you are black in an online game #2352

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: "Run build"
run: npm run build
- uses: actions/upload-artifact@v3
with:
name: Build
path: dist