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

This commit is contained in:
AB
2020-04-26 17:48:22 +03:00
parent 7a3ca0eb3b
commit 48143e1fcc
2 changed files with 6 additions and 3 deletions

View File

@ -112,6 +112,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./mus-fuse/mus-fuse-x86_64.tar.xz
asset_name: arch_linux_mus-fuse-x86_64.tar.xz
asset_content_type: application/x-xz;
asset_path: ./mus-fuse/arch_linux_mus-fuse-x86_64.pkg.tar.zst
asset_name: arch_linux_mus-fuse-x86_64.pkg.tar.zst
asset_content_type: application/zstd;

3
.gitignore vendored
View File

@ -1,4 +1,7 @@
/target
pkgbuild/*log
pkgbuild/*zst
pkgbuild/*gz
/mus-fuse.yml
Cargo.lock
/mnt