fix: use op-build instead of build-op in release workflow (#8167)

This commit is contained in:
Dan Cline
2024-05-08 18:22:35 -04:00
committed by GitHub
parent d46774411f
commit aa07257d3b

View File

@ -31,7 +31,7 @@ jobs:
needs: extract-version
strategy:
matrix:
build: [{command: build, binary: reth}, {command: build-op, binary: op-reth}]
build: [{command: build, binary: reth}, {command: op-build, binary: op-reth}]
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-20.04