Skip to content

Commit 6913fbf

Browse files
committed
flatpak workflow added
1 parent 58430c9 commit 6913fbf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/flatpak.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
on:
2+
push:
3+
branches: [main]
4+
pull_request:
5+
name: CI
6+
jobs:
7+
flatpak:
8+
name: "Flatpak"
9+
runs-on: ubuntu-latest
10+
container:
11+
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-49
12+
options: --privileged
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
16+
with:
17+
bundle: ssh-studio.flatpak
18+
manifest-path: io.github.BuddySirJava.SSH-Studio.json
19+
cache-key: flatpak-builder-${{ github.sha }}

0 commit comments

Comments
 (0)