From 41687ffab96bc1aaa22526ed0a7c51ef9cdde1bf Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Wed, 29 May 2024 11:58:28 +0200 Subject: [PATCH] CI: Fix faulty x86-darwin release name (#1658) --- .github/workflows/build-release-binaries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 8a35a88f..29bdde64 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -22,6 +22,7 @@ jobs: - bin: swap target: x86_64-apple-darwin os: macos-12 + archive_ext: tar - bin: swap target: aarch64-apple-darwin os: macos-latest