Skip to content

Commit

Permalink
Merge pull request #74 from blocknative/build-bootnode
Browse files Browse the repository at this point in the history
add bootnode binary build to release action
  • Loading branch information
ayazabbas authored Oct 19, 2022
2 parents 4e36a82 + 2fb3259 commit 5a78b0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ jobs:
goarch: amd64
project_path: ./cmd/geth
binary_name: geth
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
project_path: ./cmd/bootnode
binary_name: bootnode

0 comments on commit 5a78b0a

Please sign in to comment.