From d88d7f26e4fde8c34dd80ae311296d9ae18487e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Thu, 22 Jul 2021 10:42:11 -0700 Subject: [PATCH] fix typo in release.yml (#3824) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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