dtranslatebot/.github/workflows/linux-flatpak.yml
2026-05-09 18:08:46 +02:00

17 lines
501 B
YAML

name: Linux Flatpak
jobs:
Release:
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-50
options: --privileged
steps:
- name: Cloning
uses: actions/checkout@v6
- name: Building Flatpak
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: dtranslatebot.flatpak
manifest-path: .flatpak/de.syping.dtranslatebot.yaml
cache-key: flatpak-builder-${{ github.sha }}
on: push