Skip to content

Commit 730a8e5

Browse files
committed
fixup! release: include GIT_BUILT_FROM_COMMIT in MacOS build
1 parent 4ed59e7 commit 730a8e5

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
@@ -511,7 +511,7 @@ jobs:
511511
512512
make -C git -j$(sysctl -n hw.physicalcpu) GIT-VERSION-FILE dist dist-doc
513513
514-
export GIT_BUILT_FROM_COMMIT=$(gunzip -c git/git-$VERSION.tar.gz | git get-tar-commit-id) ||
514+
export GIT_BUILT_FROM_COMMIT=$(gunzip -c git/git-$BUILD_VERSION.tar.gz | git get-tar-commit-id) ||
515515
die "Could not determine commit for build"
516516
517517
# Extract tarballs

0 commit comments

Comments
 (0)