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