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 c4a7966 commit f4ca31dCopy full SHA for f4ca31d
.github/macos-installer/Makefile
@@ -159,6 +159,6 @@ endif
159
ifdef APPLE_KEYCHAIN_PROFILE
160
notarize:
161
@$(CURDIR)/../scripts/notarize.sh \
162
- --package="disk-image/git-$(VERSION)-$(ARCH_UNIV).pkg" \
+ --package="disk-image/git-$(ORIGINAL_VERSION)-$(ARCH_UNIV).pkg" \
163
--keychain-profile="$(APPLE_KEYCHAIN_PROFILE)"
164
endif
0 commit comments