From 798c5c4952e3ce2f62db476fbf1e59d5e24a5a03 Mon Sep 17 00:00:00 2001 From: Damglador Date: Sun, 29 Jun 2025 22:21:44 +0200 Subject: [PATCH] Remove *.AppImage pattern in Download All Artifacts --- .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 f9349edb..e5d42a8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,7 +153,7 @@ jobs: - name: Download All Artifacts uses: actions/download-artifact@main with: - pattern: "{Release-*,*.flatpak,*.AppImage}" + pattern: "{Release-*,*.flatpak}" path: Release merge-multiple: true