Skip to content

Commit

Permalink
fix: publish-bb-mac.yml version replace (#12554)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Mar 6, 2025
1 parent fac5fb5 commit 7e89dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-bb-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Replace version string in main.cpp
working-directory: barretenberg/cpp
run: |
sed -i.bak "s/00000000\.00000000\.00000000/${{ inputs.ref_name || inputs.tag }}/g" main.cpp
sed -i.bak "s/00000000\.00000000\.00000000/${{ inputs.ref_name || inputs.tag }}/g" src/barretenberg/bb/main.cpp
- name: Compile Barretenberg
working-directory: barretenberg/cpp
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Replace version string in main.cpp
working-directory: barretenberg/cpp
run: |
sed -i.bak "s/00000000\.00000000\.00000000/${{ inputs.ref_name || inputs.tag }}/g" main.cpp
sed -i.bak "s/00000000\.00000000\.00000000/${{ inputs.ref_name || inputs.tag }}/g" src/barretenberg/bb/main.cpp
- name: Compile Barretenberg
working-directory: barretenberg/cpp
Expand Down

0 comments on commit 7e89dfb

Please sign in to comment.