Skip to content

feat: settings migration/seed, displayMedia helper; macOS full-screen… #22

feat: settings migration/seed, displayMedia helper; macOS full-screen…

feat: settings migration/seed, displayMedia helper; macOS full-screen… #22

Workflow file for this run

name: Release
on:
push:
branches: [release]
tags: [v*]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- name: Install dependencies
run: npm ci
- name: Set signaling URL
run: echo "VITE_SIGNALING_URL=${{ secrets.VITE_SIGNALING_URL != '' && secrets.VITE_SIGNALING_URL || 'https://dreamwork-signaling.onrender.com' }}" >> $GITHUB_ENV
- name: Build
run: npm run build
- name: Upload dist
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/