Skip to content

Merge pull request #1974 from cewert/revert-video-StreamFormat #2308

Merge pull request #1974 from cewert/revert-video-StreamFormat

Merge pull request #1974 from cewert/revert-video-StreamFormat #2308

Workflow file for this run

name: build-dev
on:
pull_request:
push:
jobs:
dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: "lts/*"
cache: "npm"
- name: NPM install
run: npm ci
- name: Install roku module dependencies
run: npm run ropm
- name: Build app
run: npm run build
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
with:
name: Jellyfin-Roku-dev-${{ github.sha }}
path: ${{ github.workspace }}/build/staging
if-no-files-found: error