nushell: winget package submit for 0.64 failed

Describe the bug

Telemetry Settings
[8](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:9)
------------------
[9](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:10)
The Windows Package Manager Manifest Creator collects usage data in order to improve your experience.
[10](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:11)
The data is anonymous and collected only by Microsoft.
[11](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:12)
By default, telemetry is enabled but can be disabled by running `wingetcreate settings` and editing your settings file.
[12](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:13)
[13](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:14)
Windows Package Manager Manifest Creator v1.0.4.0
[14](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:15)
[15](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:16)
Copyright (c) Microsoft Corporation. All rights reserved.
[16](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:17)
[17](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:18)
The manifest creation command line utility generates manifest for submitting
[18](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:19)
apps to the Windows Package Manager repo.
[19](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:20)
[20](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:21)
USAGE:
[21](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:22)
Search for an existing manifest and update the installer url and version:
[22](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:23)
  wingetcreate.exe update --urls <InstallerUrl1> <InstallerUrl2> --version <Version>
[23](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:24)
  <PackageIdentifier>
[24](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:25)
Save and publish updated manifest:
[25](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:26)
  wingetcreate.exe update --out <OutputDirectory> --token <GitHubPersonalAccessToken> --version
[26](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:27)
  <Version> <PackageIdentifier>
[27](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:28)
Override the architecture of an installer:
[28](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:29)
  wingetcreate.exe update --urls <InstallerUrl1>|<InstallerArchitecture> --version <Version>
[29](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:30)
  <PackageIdentifier>
[30](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:31)
[31](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:32)
  -v, --version                 Version to be used when updating the package version field.
[32](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:33)
  -o, --out                     Output directory where the newly created manifests will be saved
[33](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:34)
                                locally
[34](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:35)
  -s, --submit                  Boolean value for submitting to the Windows Package Manager repo. If
[35](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:36)
                                true, updated manifest will be submitted directly using the provided
[36](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:37)
                                GitHub Token. Default is false.
[37](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:38)
  -i, --interactive             Boolean value for making the update command interactive. If true,
[38](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:39)
                                the tool will prompt the user for input. Default is false.
[39](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:40)
  -t, --token                   GitHub personal access token used for direct submission to the
[40](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:41)
                                Windows Package Manager repo. If no token is provided, tool will
[41](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:42)
                                prompt for GitHub login credentials.
[42](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:43)
  -u, --urls                    Installer Url(s) used to extract relevant metadata for generating a
[43](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:44)
                                manifest
[44](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:45)
  PackageIdentifier (pos. 0)    Required. Package identifier used to lookup the existing manifest on
[45](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:46)
                                the Windows Package Manager repo. Id is case-sensitive.
[46](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:47)
[47](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:48)
More help can be found at: https://aka.ms/winget-create
[48](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:49)
Privacy statement: https://aka.ms/privacy
[49](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:50)
[50](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:51)
 Option 'u, urls' has no value.
[51](https://github.com/nushell/nushell/runs/6894371951?check_suite_focus=true#step:2:52)
Error: Process completed with exit code 1.

How to reproduce

See above

Expected behavior

The package should go through

Screenshots

No response

Configuration

No response

Additional context

No response

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 17 (7 by maintainers)

Most upvoted comments

@OfficialEsco Will this PR: #5790 be enough for fixing this issue? Any other changes needed? Thx

That should indeed resolve the issue, until someone decides to rename it again =)

glad you figured it out @hustcer. i was about to pull my hair out.

@hustcer ya, i think it needs my PAT. it probably has to be a PAT that someone signed their life away for to get stuff into winget.