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 32c0bdd commit 6834c05Copy full SHA for 6834c05
.github/workflows/linux.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
# Create welle-gui Flatpak
42
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install builddir io.welle.welle_io.yml
43
- flatpak build-bundle repo welle-io.flatpak io.welle.welle_gui --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
+ flatpak build-bundle repo welle-io.flatpak io.welle.welle_io --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
44
45
# Prepare publish
46
mkdir publish
0 commit comments