Skip to content

Translated using Weblate (Danish) #374

Translated using Weblate (Danish)

Translated using Weblate (Danish) #374

Workflow file for this run

name: Build Jellyfin-Kodi
on:
push:
branches:
- master
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pyyaml
- name: Build addon
run: python build.py
- name: Publish Build Artifact
uses: actions/[email protected]
with:
retention-days: 14
name: py3-build-artifact
path: |
*.zip