1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-02 07:20:47 +00:00

Add missing content type.

This commit is contained in:
Brenden Matthews 2021-03-02 09:37:52 -06:00
parent 4b88e34b6c
commit 2a59530f3c
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -88,3 +88,4 @@ jobs:
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: ${{ env.ARTIFACT_PATHNAME }}
asset_name: ${{ env.ARTIFACT_NAME }}
asset_content_type: application/x-executable