Skip to content

Commit

Permalink
fixup! release: add Mac OSX installer build
Browse files Browse the repository at this point in the history
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 <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Nov 5, 2023
1 parent f1b13a8 commit f76eb04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f76eb04

Please sign in to comment.