mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-01-23 02:34:53 +00:00
GitHub Actions: Add Flatpak action
Help make sure any Linux changes don't break the Flatpak build.
This commit is contained in:
parent
67d3231894
commit
b1fabf7a36
1 changed files with 24 additions and 0 deletions
24
.github/workflows/flatpak.yml
vendored
Normal file
24
.github/workflows/flatpak.yml
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
name: Flatpak
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master2
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
flatpak:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-24.08
|
||||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
|
||||
with:
|
||||
bundle: tinycrate.flatpak
|
||||
manifest-path: linux/net.hhoney.tinycrate.yml
|
||||
cache-key: "flatpak-builder-${{ github.sha }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue