mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-08-21 16:17:15 +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:
|
with:
|
||||||
name: mus-fuse_amd64.deb
|
name: mus-fuse_amd64.deb
|
||||||
path: ./artifacts/mus-fuse_${{ steps.get_version.outputs.VERSION }}_amd64.deb
|
path: ./artifacts/mus-fuse_${{ steps.get_version.outputs.VERSION }}_amd64.deb
|
||||||
- name: Upload binaries to release
|
- uses: meeDamian/github-release@2.0
|
||||||
uses: svenstaro/upload-release-action@v1-release
|
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: /home/runner/work/mus-fuse/mus-fuse/artifacts/*
|
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
name: Release ${{ github.ref }}
|
||||||
file_glob: true
|
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
|
# - name: Upload Arch Linux Release
|
||||||
# uses: actions/upload-release-asset@v1
|
# uses: actions/upload-release-asset@v1
|
||||||
# env:
|
# env:
|
||||||
|
Reference in New Issue
Block a user