mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
Merge pull request #108 from maticnetwork/jdkanani-patch-2
fix: use make bor-all for linux package
This commit is contained in:
commit
684b6b536a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linuxpackage.yml
vendored
2
.github/workflows/linuxpackage.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
gem install --no-document fpm
|
||||
fpm --version
|
||||
|
||||
make all
|
||||
make bor-all
|
||||
|
||||
fpm -s dir -t deb --deb-user root --deb-group root -n matic-bor -v ${{ env.RELEASE_VERSION }} \
|
||||
build/bin/bor=/usr/bin/ \
|
||||
|
|
|
|||
Loading…
Reference in a new issue