From 13ee9ed84bb1c8f41defd49f940b974975241e94 Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Sun, 26 Apr 2020 03:32:05 +0300 Subject: [PATCH] Fix CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b04a6c5..1c2e968 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: ./target/debian/mus-fuse_${{ github.ref }}_amd64.deb + asset_path: ./target/debian/mus-fuse*.deb asset_name: mus-fuse_${{ github.ref }}_amd64.deb asset_content_type: application/x-pie-executable