mirror of
https://github.com/Syping/dtranslatebot.git
synced 2026-05-13 16:44:16 +02:00
17 lines
501 B
YAML
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
|