mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-07-06 05:14:06 +00:00
Improve CI procedure. Add Debian/Ubuntu and Arch Linux packages into binary release.
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
3
.gitignore
vendored
@ -1,4 +1,7 @@
|
||||
/target
|
||||
pkgbuild/*log
|
||||
pkgbuild/*zst
|
||||
pkgbuild/*gz
|
||||
/mus-fuse.yml
|
||||
Cargo.lock
|
||||
/mnt
|
||||
|
Reference in New Issue
Block a user