Skip to content

refactor: manage state on rust side #61

refactor: manage state on rust side

refactor: manage state on rust side #61

Workflow file for this run

on:
push:
branches: [main, release]
pull_request:
name: Build Flatpak
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: org.jousse.vincent.Pomodorolm
manifest-path: flatpak/org.jousse.vincent.Pomodorolm.yml
cache-key: flatpak-builder-${{ github.sha }}