Skip to content

Publish Unstable

Publish Unstable #1

name: 'Publish Unstable'
on:
workflow_dispatch:
inputs:
jellyfin_version:
required: true
type: string
description: "The Jellyfin version (eg: 20220405.10)"
jobs:
publish:
uses: ./.github/workflows/_meta-publish.yaml
with:
jellyfin_version: ${{ github.event.inputs.jellyfin_version }}
server_url: ${{ format('https://repo.jellyfin.org/files/server/windows/latest-unstable/amd64/jellyfin_{0}-amd64.zip', github.event.inputs.jellyfin_version) }}