mirror of
https://github.com/Syping/dtranslatebot.git
synced 2026-05-13 16:44:16 +02:00
Flatpak: add build action
This commit is contained in:
parent
cd3bb896e7
commit
1bd754ca91
2 changed files with 18 additions and 1 deletions
17
.github/workflows/linux-flatpak.yml
vendored
Normal file
17
.github/workflows/linux-flatpak.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue