Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

fix: use lightweight object #35

fix: use lightweight object

fix: use lightweight object #35

Workflow file for this run

on:
push:
branches: [main]
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: me.ppvan.psequel.flatpak
manifest-path: pkgs/flatpak/me.ppvan.psequel.yml
cache-key: flatpak-builder-${{ github.sha }}