Improve CI procedure. Add Debian/Ubuntu and Arch Linux packages into binary release.

This commit is contained in:
AB
2020-04-26 23:19:52 +03:00
parent fa89ff0caf
commit d51eebf46f

View File

@ -98,6 +98,9 @@ jobs:
path: ./artifacts/
- name: Upload binary assets
run: |
apt install tree
tree ./
ls -lh ./artifacts
wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2
tar xjf linux-amd64-github-release.tar.bz2
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}