There was an error while loading. Please reload this page.
1 parent ac85ac5 commit 9d9d221Copy full SHA for 9d9d221
2 files changed
.github/workflows/build-macos.yaml
@@ -102,6 +102,12 @@ jobs:
102
- name: Build git-annex
103
run: make osxapp
104
105
+ - name: Update version info for git rev being built.
106
+ run: |
107
+ mkdir -p dist
108
+ make Build/BuildVersion
109
+ ./Build/BuildVersion > dist/build-version
110
+
111
- name: Add version to DMG name and move it
112
run: |
113
mv tmp/git-annex.dmg \
.github/workflows/template/build-{{ostype}}.yaml.j2
@@ -175,6 +175,12 @@ jobs:
175
176
177
178
179
180
181
182
183
184
185
186
0 commit comments