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 4ed59e7 commit 730a8e5Copy full SHA for 730a8e5
.github/workflows/build-git-installers.yml
@@ -511,7 +511,7 @@ jobs:
511
512
make -C git -j$(sysctl -n hw.physicalcpu) GIT-VERSION-FILE dist dist-doc
513
514
- export GIT_BUILT_FROM_COMMIT=$(gunzip -c git/git-$VERSION.tar.gz | git get-tar-commit-id) ||
+ export GIT_BUILT_FROM_COMMIT=$(gunzip -c git/git-$BUILD_VERSION.tar.gz | git get-tar-commit-id) ||
515
die "Could not determine commit for build"
516
517
# Extract tarballs
0 commit comments