Merge pull request #108 from maticnetwork/jdkanani-patch-2

fix: use make bor-all for linux package
This commit is contained in:
delroy 2021-02-15 16:03:27 +05:30 committed by GitHub
commit 684b6b536a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/ \