We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe709d commit 56dc3efCopy full SHA for 56dc3ef
.github/workflows/build-git-installers.yml
@@ -524,7 +524,7 @@ jobs:
524
cp -R stage/git-universal-$VERSION/ \
525
git/.github/macos-installer/build-artifacts
526
make -C git/.github/macos-installer V=1 codesign \
527
- APPLE_APP_IDENTITY=${{ steps.signing-secrets.outputs.appsign-id }} || die "Creating signed payload failed"
+ APPLE_APP_IDENTITY='${{ steps.signing-secrets.outputs.appsign-id }}' || die "Creating signed payload failed"
528
529
# Build and sign pkg
530
make -C git/.github/macos-installer V=1 pkg \
0 commit comments