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 566a7ba commit 8d5139fCopy full SHA for 8d5139f
.github/workflows/build.yml
@@ -42,21 +42,18 @@ jobs:
42
path: dist/*.AppImage
43
44
flatpak:
45
- runs-on: ubuntu-latest
46
needs: build
47
-
+ runs-on: ubuntu-latest
+ container:
48
+ image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
49
+ options: --privileged
50
steps:
51
- name: Checkout repository
- uses: actions/checkout@v3
52
- - name: Set up Node.js
53
- uses: actions/setup-node@v3
54
- with:
55
- node-version: 22
56
57
- - name: Build flatpak
+ uses: actions/checkout@v4
+
+ - name: Build Flatpak
58
run: |
59
- npm run flatpak
+ ./flatpak.sh
60
61
- name: Upload Flatpak
62
uses: actions/upload-artifact@v4
0 commit comments