Skip to content

Commit 7b06726

Browse files
committed
#3917 - update winget action
1 parent 3c7c22a commit 7b06726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/winget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
}
3030
3131
$url = "https://github.com/GitTools/GitVersion/releases/download/{0}/gitversion-win-{1}-{0}.zip"
32-
$urls = @(($url -f $version, "x64"), ($url -f $version, "arm64")) -Join ","
32+
$urls = @(($url -f $version, "x64"), ($url -f $version, "arm64")) -Join " "
3333
34-
$run_args = "update --id GitTools.GitVersion --version $version --urls $urls --token ${{ secrets.RELEASE_GITHUB_TOKEN }} --submit"
34+
$run_args = "update --identifier GitTools.GitVersion --version $version --urls $urls --token ${{ secrets.RELEASE_GITHUB_TOKEN }} --submit"
3535
"version=$version" >> $env:GITHUB_OUTPUT
3636
"run_args=$run_args" >> $env:GITHUB_OUTPUT
3737

0 commit comments

Comments
 (0)