fix: winget package releases (#5352)

* chore: fix winget package releases

* Update .github/workflows/packages.yaml

Co-authored-by: Dean Sheather <dean@deansheather.com>
This commit is contained in:
Ben Potter
2022-12-08 09:13:13 -06:00
committed by GitHub
co-authored by Dean Sheather
parent 7eb3ab0498
commit f68a65697d
+1 -2
View File
@@ -35,8 +35,7 @@ jobs:
echo "Installer URL: $installer_url"
# version should be extracted from the installer
wingetcreate update Coder.Coder `
.\wingetcreate.exe update Coder.Coder `
--submit `
--version "${{ steps.version.outputs.version }}" `
--urls "$installer_url" `