From f14979777511ca2fd20a5433baefc48a9a4a7a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jagoda=20Estera=20=C5=9Al=C4=85zak?= <128227338+j-g00da@users.noreply.github.com> Date: Sat, 28 Feb 2026 18:30:47 +0100 Subject: [PATCH] chore(ci): Fix binary publish job (#79) --- filtermail/.github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filtermail/.github/workflows/release.yml b/filtermail/.github/workflows/release.yml index d836e77c..f79bf70a 100644 --- a/filtermail/.github/workflows/release.yml +++ b/filtermail/.github/workflows/release.yml @@ -60,8 +60,8 @@ jobs: REF_NAME: ${{ github.ref_name }} run: | mkdir dist - mv filtermail-x86_64 dist/filtermail-x86_64 - mv filtermail-aarch64 dist/filtermail-aarch64 + mv filtermail-x86_64/filtermail dist/filtermail-x86_64 + mv filtermail-aarch64/filtermail dist/filtermail-aarch64 gh release upload "$REF_NAME" \ --repo ${{ github.repository }} \ dist/*