build(ci): deb package for ubuntu 20.04

This commit is contained in:
Gary Wang
2020-08-13 19:45:38 +08:00
parent dc82115e1f
commit d64e9cf276
2 changed files with 45 additions and 1 deletions

View File

@ -17,4 +17,8 @@ jobs:
cd build
cmake ../
make
sudo cpack
cpack -G DEB
- uses: actions/upload-artifact@v2
with:
name: ubuntu-20.04-deb-package
path: build/*.deb