Skip to content

Commit 3df57f7

Browse files
committed
Update winget-publish.yml
1 parent 7972cb8 commit 3df57f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/winget-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
Write-Host "Version: $ver"
3636
Write-Host "x64 URL: $x64InstallerUrl"
3737
Write-Host "arm64 URL: $arm64InstallerUrl"
38-
.\wingetcreate.exe update $wingetPackage -s -v $ver -u "$x64InstallerUrl|x64" -u "$arm64InstallerUrl|arm64" -t $gitToken
38+
39+
.\wingetcreate.exe update $wingetPackage -s -v $ver -u "$x64InstallerUrl|x64" "$arm64InstallerUrl|arm64" -t $gitToken

0 commit comments

Comments
 (0)