Skip to content

Commit 157ebaa

Browse files
committed
fix(ci): add --user flag to flatpak remote-add command
1 parent 42d9afa commit 157ebaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
if [ -n "$DEB" ]; then
288288
echo "Building Flatpak bundle from .deb..."
289289
cp "$DEB" flatpak/cc-switch.deb
290-
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
290+
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
291291
flatpak install -y --user flathub org.gnome.Platform//46 org.gnome.Sdk//46
292292
flatpak-builder --force-clean --user --disable-cache --repo flatpak-repo flatpak-build flatpak/com.ccswitch.desktop.yml
293293
NEW_FLATPAK="CC-Switch-${VERSION}-Linux.flatpak"

0 commit comments

Comments
 (0)