We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d9afa commit 157ebaaCopy full SHA for 157ebaa
.github/workflows/release.yml
@@ -287,7 +287,7 @@ jobs:
287
if [ -n "$DEB" ]; then
288
echo "Building Flatpak bundle from .deb..."
289
cp "$DEB" flatpak/cc-switch.deb
290
- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
+ flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
291
flatpak install -y --user flathub org.gnome.Platform//46 org.gnome.Sdk//46
292
flatpak-builder --force-clean --user --disable-cache --repo flatpak-repo flatpak-build flatpak/com.ccswitch.desktop.yml
293
NEW_FLATPAK="CC-Switch-${VERSION}-Linux.flatpak"
0 commit comments