mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
22 lines
521 B
YAML
22 lines
521 B
YAML
on:
|
|
push:
|
|
branches: [main]
|
|
pull_request:
|
|
name: Flatpak Builder
|
|
jobs:
|
|
build:
|
|
name: Build
|
|
runs-on: ubuntu-latest
|
|
container:
|
|
image: bilelmoussaoui/flatpak-github-actions:gnome-44
|
|
options: --privileged
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Flatpak Builder
|
|
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
|
|
with:
|
|
bundle: io.github.flattool.Warehouse.flatpak
|
|
manifest-path: build-aux/io.github.flattool.Warehouse.json
|