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:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -78,6 +78,7 @@ jobs:
|
||||
uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: mus-fuse_amd64.deb
|
||||
- run: ls -lah /home/runner/work/mus-fuse/mus-fuse/
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
@ -103,7 +104,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./mus-fuse/mus-fuse_amd64.deb
|
||||
asset_path: /home/runner/work/mus-fuse/mus-fuse/mus-fuse_amd64.deb
|
||||
asset_name: mus-fuse_amd64.deb
|
||||
asset_content_type: application/vnd.debian.binary-package;
|
||||
- name: Upload Arch Linux Release
|
||||
|
Reference in New Issue
Block a user