Skip to content

Commit 407fde1

Browse files
committed
fixup! Adding winget workflows
Fxiing a tyop ;-) Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 107f41a commit 407fde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-winget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ jobs:
7878
7979
# Submit the manifest to the winget-pkgs repository
8080
$manifestDirectory = "$PWD\manifests\m\Microsoft\Git\$version"
81-
.\wingetcreate.exe submit -t "$(Get-Content token.txt)" $manfiestDirectory
81+
.\wingetcreate.exe submit -t "$(Get-Content token.txt)" $manifestDirectory
8282
shell: powershell

0 commit comments

Comments
 (0)