From 8772eb9339cb97091836e5b232943073c8d6f916 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Fri, 26 Sep 2025 16:05:54 +0200 Subject: [PATCH] fix: add flatpak remote --- .gitea/workflows/action-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/action-release.yaml b/.gitea/workflows/action-release.yaml index ded6cb6..afe53d1 100644 --- a/.gitea/workflows/action-release.yaml +++ b/.gitea/workflows/action-release.yaml @@ -41,6 +41,8 @@ jobs: flatpak-builder \ rpm + flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo + - name: Install dependencies run: | yarn install