Skip to content

PreferencesWindow: Refactor #1520

PreferencesWindow: Refactor

PreferencesWindow: Refactor #1520

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: Build Flatpak
jobs:
flatpak:
name: "build-packages"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with:
bundle: bottles.flatpak
manifest-path: com.usebottles.bottles.yml
cache-key: flatpak-builder-${{ github.sha }}