mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-31 17:13:57 +00:00
fix: use make bor-all for linux package
This commit is contained in:
parent
34c3457c07
commit
274c54483d
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