Skip to content

Commit 56dc3ef

Browse files
dschomjcheetham
authored andcommitted
fixup! fixup! release: add Mac OSX installer build
We also need to quote the Apple App identity (because it contains a parenthesis). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 4fe709d commit 56dc3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ jobs:
524524
cp -R stage/git-universal-$VERSION/ \
525525
git/.github/macos-installer/build-artifacts
526526
make -C git/.github/macos-installer V=1 codesign \
527-
APPLE_APP_IDENTITY=${{ steps.signing-secrets.outputs.appsign-id }} || die "Creating signed payload failed"
527+
APPLE_APP_IDENTITY='${{ steps.signing-secrets.outputs.appsign-id }}' || die "Creating signed payload failed"
528528
529529
# Build and sign pkg
530530
make -C git/.github/macos-installer V=1 pkg \

0 commit comments

Comments
 (0)