mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: use op-build instead of build-op in release workflow (#8167)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user