Skip to content

fix: minor bluetooth fixes #87

fix: minor bluetooth fixes

fix: minor bluetooth fixes #87

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build project
run: bun run build
- name: Upload build files
uses: actions/upload-artifact@v4
with:
name: nocturne-ui
path: ./dist