mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-08-21 08:07:16 +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 }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./mus-fuse/mus-fuse-x86_64.tar.xz
|
asset_path: ./mus-fuse/arch_linux_mus-fuse-x86_64.pkg.tar.zst
|
||||||
asset_name: arch_linux_mus-fuse-x86_64.tar.xz
|
asset_name: arch_linux_mus-fuse-x86_64.pkg.tar.zst
|
||||||
asset_content_type: application/x-xz;
|
asset_content_type: application/zstd;
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,7 @@
|
|||||||
/target
|
/target
|
||||||
|
pkgbuild/*log
|
||||||
|
pkgbuild/*zst
|
||||||
|
pkgbuild/*gz
|
||||||
/mus-fuse.yml
|
/mus-fuse.yml
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
/mnt
|
/mnt
|
||||||
|
Reference in New Issue
Block a user