Flatpak: add build action

This commit is contained in:
Syping 2026-05-09 18:08:46 +02:00
parent cd3bb896e7
commit 1bd754ca91
2 changed files with 18 additions and 1 deletions

17
.github/workflows/linux-flatpak.yml vendored Normal file
View file

@ -0,0 +1,17 @@
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

View file

@ -1,4 +1,4 @@
name: Linux name: Linux RPM
jobs: jobs:
Release: Release:
runs-on: ubuntu-latest runs-on: ubuntu-latest