mirror of
https://github.com/nushell/nushell
synced 2025-01-28 04:45:18 +00:00
fix typo in release.yml (#3824)
This commit is contained in:
parent
aeaedd2e5e
commit
d88d7f26e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -283,4 +283,4 @@ jobs:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./nushell-windows.msi
|
asset_path: ./nushell-windows.msi
|
||||||
asset_name: ${{ steps.info.outputs.windowsdir }}.msi
|
asset_name: ${{ steps.info.outputs.windowsdir }}.msi
|
||||||
asset_content_type: applictaion/x-msi
|
asset_content_type: application/x-msi
|
||||||
|
|
Loading…
Reference in a new issue