fix: use make bor-all for linux package

This commit is contained in:
Jaynti Kanani 2021-02-15 15:48:52 +05:30 committed by GitHub
parent 34c3457c07
commit 274c54483d
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/ \