[CI] Fix the content_type of the release_assets

This commit is contained in:
Maschell 2022-01-12 23:06:20 +01:00
parent 5fac45e1c6
commit 77b805a592
1 changed files with 1 additions and 1 deletions

View File

@ -55,4 +55,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.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip
asset_name: ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip
asset_content_type: application/unknown
asset_content_type: application/zip