Skip to content

Update metainfo

Update metainfo #18

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: CI
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
manifest-path: io.github.halfmexican.Mingle.json
bundle: mingle.flatpak
cache-key: flatpak-builder-${{ github.sha }}