From b136d133c76d50aba948c815d9175f7d9c927563 Mon Sep 17 00:00:00 2001 From: Damglador Date: Sun, 29 Jun 2025 22:07:37 +0200 Subject: [PATCH] Get back flatpak in release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83bf8a32..004908de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -163,7 +163,7 @@ jobs: - name: Download All Artifacts uses: actions/download-artifact@main with: - pattern: "{Release-*,*.AppImage}" + pattern: "{Release-*,*.flatpak,*.AppImage}" path: Release merge-multiple: true