Skip to content

Merge pull request #57 from yakushabb/fixtr #34

Merge pull request #57 from yakushabb/fixtr

Merge pull request #57 from yakushabb/fixtr #34

Workflow file for this run

name: Flatpak
on:
push:
branches:
- "*"
pull_request:
- "*"
jobs:
flatpak:
name: Flatpak
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-42
options: --privileged
steps:
- uses: actions/[email protected]
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
manifest-path: com.github.lachhebo.Gabtag.Devel.json
bundle: com.github.lachhebo.Gabtag.Devel.flatpak
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}