diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 955812fde1..93bd73388f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -283,4 +283,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./nushell-windows.msi asset_name: ${{ steps.info.outputs.windowsdir }}.msi - asset_content_type: applictaion/x-msi \ No newline at end of file + asset_content_type: application/x-msi