From b8e11b28d902d6c8ea05b2b02a3855836898eb0e Mon Sep 17 00:00:00 2001 From: Bryan Kneis Date: Wed, 15 Jan 2025 15:50:02 +0000 Subject: [PATCH] Build bundle for flatpak --- .github/workflows/flatpak.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flatpak.yaml b/.github/workflows/flatpak.yaml index b8e634017..8f3e2acfa 100644 --- a/.github/workflows/flatpak.yaml +++ b/.github/workflows/flatpak.yaml @@ -18,4 +18,6 @@ jobs: with: bundle: devpod.flatpak manifest-path: desktop/src-tauri/flatpak.yml - cache-key: flatpak-builder-${{ github.sha }} \ No newline at end of file + cache-key: flatpak-builder-${{ github.sha }} + - name: Build single file bundle of flatpak + run: flatpak build-bundle ./repo devpod.flatpak org.loft.devpod \ No newline at end of file