Skip to content

⬆️ Update GTK (#153) #107

⬆️ Update GTK (#153)

⬆️ Update GTK (#153) #107

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: Build Flatpak
jobs:
flatpak:
name: "build-packages"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-43
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
bundle: tubefeeder.flatpak
manifest-path: build-aux/de.schmidhuberj.tubefeeder.json
cache-key: flatpak-builder-${{ github.sha }}