Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

🐛 Fix issue with peertube channels that have multiple thumbnails … #103

🐛 Fix issue with peertube channels that have multiple thumbnails …

🐛 Fix issue with peertube channels that have multiple thumbnails … #103

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: Build Flatpak
jobs:
flatpak:
name: "build-packages"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-43
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
bundle: tubefeeder.flatpak
manifest-path: build-aux/de.schmidhuberj.tubefeeder.json
cache-key: flatpak-builder-${{ github.sha }}