Skip to content

Fixing File Location #23

Fixing File Location

Fixing File Location #23

Workflow file for this run

on:
workflow_dispatch:
push:
name: CI
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-47
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: palette.flatpak
manifest-path: io.github.roseblume.rosemusic.yaml
cache-key: flatpak-builder-${{ github.sha }}