diff --git a/scripts/Create-DraftRelease.ps1 b/scripts/Create-DraftRelease.ps1 index 965d8c7d..fc54c115 100644 --- a/scripts/Create-DraftRelease.ps1 +++ b/scripts/Create-DraftRelease.ps1 @@ -467,7 +467,7 @@ if ($dryrun -or $buildonly -or $release.assets_url -imatch '^https:') { InFile = $asset ContentType = 'application/octet-stream' } - "`nUpploading $asset..." + "`nUploading $asset..." # Upload asset to the release server # $upload = [System.IO.File]::ReadAllBytes($upload_file) | Invoke-RestMethod @upload_params if (-Not $dryrun) { $upload = Invoke-RestMethod @upload_params }