Skip to content

1.0.34 - Building Flatpak #2

1.0.34 - Building Flatpak

1.0.34 - Building Flatpak #2

Workflow file for this run

name: Flathub
run-name: ${{ github.ref_name }} - Building Flatpak
on:
push:
tags:
- "*"
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: packaging/flatpak/io.github.ad_on_is.Resticity.yml
cache-key: flatpak-builder-${{ github.sha }}