We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release-winget
2 parents 107f41a + 407fde1 commit 0b0e37bCopy full SHA for 0b0e37b
.github/workflows/release-winget.yml
@@ -78,5 +78,5 @@ jobs:
78
79
# Submit the manifest to the winget-pkgs repository
80
$manifestDirectory = "$PWD\manifests\m\Microsoft\Git\$version"
81
- .\wingetcreate.exe submit -t "$(Get-Content token.txt)" $manfiestDirectory
+ .\wingetcreate.exe submit -t "$(Get-Content token.txt)" $manifestDirectory
82
shell: powershell
0 commit comments