Skip to content

fix: refine teleprompter resize and whiteboard save flow #24

fix: refine teleprompter resize and whiteboard save flow

fix: refine teleprompter resize and whiteboard save flow #24

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/