From 8cfea9d58384776a789b08d7f1da2c7495c01366 Mon Sep 17 00:00:00 2001 From: Julius Marminge Date: Wed, 3 Jun 2026 23:18:36 -0700 Subject: [PATCH] fix(release): preserve desktop artifact arch --- .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 e401f03ba99..603aac30e4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -373,7 +373,7 @@ jobs: echo "Signing disabled for ${{ matrix.platform }}." fi - vp run dist:desktop:artifact -- "${args[@]}" + vp run dist:desktop:artifact "${args[@]}" - name: Collect release assets shell: bash