From bff87daaa7fe84ac7a54cc2f76c13ac33b547d13 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Sat, 14 Mar 2026 08:17:13 -0500 Subject: [PATCH] ci(github-actions): include architecture in desktop artifact names (#4792) --- .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 2a97183b3..efe6c1165 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -303,7 +303,7 @@ jobs: if: always() uses: actions/upload-artifact@v7 with: - name: desktop-${{ runner.os }} + name: desktop-${{ runner.os }}-${{ runner.arch }} path: | desktop/build/compose/binaries/main-release/*/*.dmg desktop/build/compose/binaries/main-release/*/*.msi