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 f8c0ba8 commit 9f8b64fCopy full SHA for 9f8b64f
.github/workflows/publish-bb-mac.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Replace version string in main.cpp
45
working-directory: barretenberg/cpp
46
run: |
47
- sed -i.bak "s/00000000\.00000000\.00000000/${{ inputs.ref_name || inputs.tag || github.ref_name }}/g" src/barretenberg/bb/main.cpp
+ sed -i.bak "s/00000000\.00000000\.00000000/${{ inputs.ref_name || inputs.tag || github.ref_name }}/g" src/barretenberg/bb/cli.cpp
48
49
- name: Compile Barretenberg
50
0 commit comments