We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f076a commit 6cec4c2Copy full SHA for 6cec4c2
.github/workflows/flatpak.yml
@@ -0,0 +1,19 @@
1
+on:
2
+ push:
3
+ branches: ["master"]
4
+ pull_request:
5
+name: CI
6
+jobs:
7
+ flatpak:
8
+ name: "Flatpak"
9
+ runs-on: ubuntu-latest
10
+ container:
11
+ image: bilelmoussaoui/flatpak-github-actions:gnome-44
12
+ options: --privileged
13
+ steps:
14
+ - uses: actions/checkout@v4
15
+ - uses: flatpak/flatpak-github-actions/flatpak-builder@v6
16
+ with:
17
+ bundle: AnythingLLM.flatpak
18
+ manifest-path: flatpak.yaml
19
+ cache-key: flatpak-builder-${{ github.sha }}
0 commit comments