Skip to content

Show dedicated view for now playing track. #257

Show dedicated view for now playing track.

Show dedicated view for now playing track. #257

Workflow file for this run

on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
name: Flatpak
jobs:
flatpak:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
bundle: com.vixalien.muzika.flatpak
manifest-path: build-aux/flatpak/com.vixalien.muzika.json
cache-key: flatpak-builder-${{ github.sha }}