Skip to content

Commit

Permalink
#3917 - update winget action
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed May 27, 2024
1 parent 3c7c22a commit 7b06726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
}
$url = "https://github.com/GitTools/GitVersion/releases/download/{0}/gitversion-win-{1}-{0}.zip"
$urls = @(($url -f $version, "x64"), ($url -f $version, "arm64")) -Join ","
$urls = @(($url -f $version, "x64"), ($url -f $version, "arm64")) -Join " "
$run_args = "update --id GitTools.GitVersion --version $version --urls $urls --token ${{ secrets.RELEASE_GITHUB_TOKEN }} --submit"
$run_args = "update --identifier GitTools.GitVersion --version $version --urls $urls --token ${{ secrets.RELEASE_GITHUB_TOKEN }} --submit"
"version=$version" >> $env:GITHUB_OUTPUT
"run_args=$run_args" >> $env:GITHUB_OUTPUT
Expand Down

0 comments on commit 7b06726

Please sign in to comment.