Skip to content

Prep 3.1.8 release (#86) #242

Prep 3.1.8 release (#86)

Prep 3.1.8 release (#86) #242

Workflow file for this run

name: Flatpak
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
flatpak:
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: clairvoyant.flatpak
manifest-path: com.github.cassidyjames.clairvoyant.json
cache-key: "flatpak-builder-${{ github.sha }}"