mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 04:22:10 +00:00
Update winget-publish.yml
Some checks failed
Some checks failed
This commit is contained in:
parent
7972cb8e1f
commit
3df57f74ba
1 changed files with 2 additions and 1 deletions
3
.github/workflows/winget-publish.yml
vendored
3
.github/workflows/winget-publish.yml
vendored
|
@ -35,4 +35,5 @@ jobs:
|
|||
Write-Host "Version: $ver"
|
||||
Write-Host "x64 URL: $x64InstallerUrl"
|
||||
Write-Host "arm64 URL: $arm64InstallerUrl"
|
||||
.\wingetcreate.exe update $wingetPackage -s -v $ver -u "$x64InstallerUrl|x64" -u "$arm64InstallerUrl|arm64" -t $gitToken
|
||||
|
||||
.\wingetcreate.exe update $wingetPackage -s -v $ver -u "$x64InstallerUrl|x64" "$arm64InstallerUrl|arm64" -t $gitToken
|
||||
|
|
Loading…
Reference in a new issue