mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-10 13:30:21 +05:00
Update winget-publish.yml
This commit is contained in:
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 "Version: $ver"
|
||||||
Write-Host "x64 URL: $x64InstallerUrl"
|
Write-Host "x64 URL: $x64InstallerUrl"
|
||||||
Write-Host "arm64 URL: $arm64InstallerUrl"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user