Skip to content

Version 24.03

Version 24.03 #6

Workflow file for this run

on:
release:
types: [published]
name: CI
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: Folio.flatpak
manifest-path: com.toolstack.Folio.json
cache-key: flatpak-builder-${{ github.sha }}