From f76eb04d2139e9ab7d5b7a4b9edb8976f71dfe15 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 4 Nov 2023 12:17:55 +0100 Subject: [PATCH] fixup! release: add Mac OSX installer build We configure the build using a `config.mak` file for better debuggability, which means that we also need to copy the `config.mak` file to the build directory within `payload/` so that the (re-)build (`make ... payload`) works correctly. Signed-off-by: Johannes Schindelin --- .github/workflows/build-git-installers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-git-installers.yml b/.github/workflows/build-git-installers.yml index cdc24cd01cd38e..bbb99876f841e3 100644 --- a/.github/workflows/build-git-installers.yml +++ b/.github/workflows/build-git-installers.yml @@ -437,6 +437,7 @@ jobs: tar -xvf git/git-manpages-$VERSION.tar.gz -C manpages # Lay out payload + cp git/config.mak payload/git-$VERSION/config.mak make -C git/.github/macos-installer V=1 payload # Codesign payload