From 48143e1fcccc76d0db53c56b8025b6adb6d6828c Mon Sep 17 00:00:00 2001 From: AB Date: Sun, 26 Apr 2020 17:48:22 +0300 Subject: [PATCH] Improve CI procedure. Add Debian/Ubuntu and Arch Linux packages into binary release. --- .github/workflows/build.yml | 6 +++--- .gitignore | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d394fd..9accef5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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; diff --git a/.gitignore b/.gitignore index a97db89..c37161b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ /target +pkgbuild/*log +pkgbuild/*zst +pkgbuild/*gz /mus-fuse.yml Cargo.lock /mnt