Improve CI procedure. Add Debian/Ubuntu and Arch Linux packages into binary release.

This commit is contained in:
AB
2020-04-26 21:25:45 +03:00
parent b2b75aa3c2
commit 5bfe718eab

View File

@ -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: