jellyfin-spicetify/.github/workflows/build.yml
trafficlunar 51f6f8c78a feat: build workflow
some other stuff as well
2026-03-06 16:37:36 +00:00

15 lines
337 B
YAML

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build-local
- uses: actions/upload-artifact@v7
with:
name: jellyfin-spicetify
path: dist/jellyfin-spicetify.js