Skip to content

Commit

Permalink
Update push_package_to_winget.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil authored Apr 24, 2024
1 parent 923c8d8 commit 4296882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release/push_package_to_winget.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ if (-not (Test-Path variable:token)) {
exit 1
}

write-host "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"
.\wingetcreate.exe update --submit --token "bad_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.Hurll"

0 comments on commit 4296882

Please sign in to comment.