From 3cadb39b10125377804b69393a94ea4da30f63a5 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 2 Nov 2023 16:28:45 +0100 Subject: [PATCH] fixup! macos installer: convert to universal builds Need to adjust the directory name _sigh_ Signed-off-by: Johannes Schindelin --- .github/workflows/build-git-installers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-git-installers.yml b/.github/workflows/build-git-installers.yml index 83969c368209fa..227cc96c7c3a6d 100644 --- a/.github/workflows/build-git-installers.yml +++ b/.github/workflows/build-git-installers.yml @@ -101,7 +101,7 @@ jobs: make -C git/.github/macos-installer V=1 payload # Copy payload - cp -R stage/git-${{ matrix.arch.name }}-$VERSION/ \ + cp -R stage/git-universal-$VERSION/ \ git/.github/macos-installer/build-artifacts # Build and sign pkg