From a2dd4d18aab2ed1a9000e4ac3ed53260658a4734 Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 12 May 2026 09:36:16 -0400 Subject: [PATCH] fix: enhance uniqueness check for Flatpak source files in release workflow. (#5423) --- .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 67df001bad..6b37a0d71d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -420,7 +420,7 @@ jobs: - name: Combine Flatpak source files run: > - jq -s 'add | unique_by(.dest + "/" + .["dest-filename"])' flatpak-multisrc/*/*.json + jq -s 'add | unique_by(.dest + "/" + .["dest-filename"] + "/" + (.["only-arches"] | tostring))' flatpak-multisrc/*/*.json > flatpak-sources.json - name: Upload combined Flatpak source artifact