Skip to content

Commit 9f8b64f

Browse files
authored
fix: mac bb --version (#13690)
Closes #13671. Oleh noticed that Mac versions stopped printing correctly last version. indeed this makes sense - the version is no longer in main.cpp
1 parent f8c0ba8 commit 9f8b64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-bb-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Replace version string in main.cpp
4545
working-directory: barretenberg/cpp
4646
run: |
47-
sed -i.bak "s/00000000\.00000000\.00000000/${{ inputs.ref_name || inputs.tag || github.ref_name }}/g" src/barretenberg/bb/main.cpp
47+
sed -i.bak "s/00000000\.00000000\.00000000/${{ inputs.ref_name || inputs.tag || github.ref_name }}/g" src/barretenberg/bb/cli.cpp
4848
4949
- name: Compile Barretenberg
5050
working-directory: barretenberg/cpp

0 commit comments

Comments
 (0)