This commit is contained in:
Alexandr Bogomyakov
2020-04-26 03:32:05 +03:00
parent 416d50fd89
commit 13ee9ed84b

View File

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