Skip to content

Commit

Permalink
fixup! macos installer: convert to universal builds
Browse files Browse the repository at this point in the history
Need to adjust the directory name _sigh_

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Nov 4, 2023
1 parent 651b2a9 commit 3cadb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cadb39

Please sign in to comment.