diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fe9a4e..cd5e9f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,5 +67,5 @@ jobs: 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: ./kubeagg-windows.exe - asset_name: kubeagg-windows + asset_name: kubeagg-windows.exe asset_content_type: application/octet-stream \ No newline at end of file