mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-07-07 13:44:08 +00:00
Improve CI procedure. Add Debian/Ubuntu and Arch Linux packages into binary release.
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -95,14 +95,15 @@ jobs:
|
||||
with:
|
||||
name: mus-fuse_amd64.deb
|
||||
path: ./artifacts/mus-fuse_${{ steps.get_version.outputs.VERSION }}_amd64.deb
|
||||
- name: Upload binaries to release
|
||||
uses: svenstaro/upload-release-action@v1-release
|
||||
- uses: meeDamian/github-release@2.0
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: /home/runner/work/mus-fuse/mus-fuse/artifacts/*
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: ${{ github.ref }}
|
||||
overwrite: true
|
||||
file_glob: true
|
||||
name: Release ${{ github.ref }}
|
||||
files: >
|
||||
./artifacts/mus-fuse_${{ steps.get_version.outputs.VERSION }}_amd64.deb
|
||||
./artifacts/arch_linux_mus-fuse-${{ steps.get_version.outputs.VERSION }}-x86_64.pkg.tar.zst
|
||||
./artifacts/mus-fuse-${{ steps.get_version.outputs.VERSION }}
|
||||
# - name: Upload Arch Linux Release
|
||||
# uses: actions/upload-release-asset@v1
|
||||
# env:
|
||||
|
Reference in New Issue
Block a user