Skip to content

Commit

Permalink
Build bundle for flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
bkneis committed Jan 15, 2025
1 parent f81593f commit b8e11b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flatpak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
with:
bundle: devpod.flatpak
manifest-path: desktop/src-tauri/flatpak.yml
cache-key: flatpak-builder-${{ github.sha }}
cache-key: flatpak-builder-${{ github.sha }}
- name: Build single file bundle of flatpak
run: flatpak build-bundle ./repo devpod.flatpak org.loft.devpod

0 comments on commit b8e11b2

Please sign in to comment.