Merge pull request #719 from gpanders/macos-about-commit

macos: use commit hash in version info instead of build number
This commit is contained in:
Mitchell Hashimoto
2023-10-23 08:31:39 -07:00
committed by GitHub

View File

@ -49,7 +49,7 @@ jobs:
# Load Build Number
- name: Build Number
run: |
echo "GHOSTTY_BUILD=$(git rev-list --count head)" >> $GITHUB_ENV
echo "GHOSTTY_BUILD=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
# GhosttyKit is the framework that is built from Zig for our native
# Mac app to access. Build this in release mode.