Fix winget extra-package

This commit is contained in:
Filipe PINTO 2024-04-24 14:41:02 +02:00 committed by GitHub
parent 18e001d9dd
commit 6f0d91eb88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,5 +19,4 @@ if (-not (Test-Path variable:token)) {
exit 1
}
wingetcreate update --submit --token $token --urls "https://github.com/Orange-OpenSource/hurl/releases/download/$release/hurl-$release-x86_64-pc-windows-msvc-installer.exe|x64" --version $release
wingetcreate update --submit --token "$token" --urls "https://github.com/Orange-OpenSource/hurl/releases/download/$release/hurl-$release-x86_64-pc-windows-msvc-installer.exe|x64" --version "$release" "Orange-OpenSource.Hurl"