Skip to content

Initial commit: Skiller desktop manager #1

Initial commit: Skiller desktop manager

Initial commit: Skiller desktop manager #1

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- name: Production build (Vite)
run: bun run build
- name: Upload dist artifact
uses: actions/upload-artifact@v4
with:
name: web-dist
path: dist/