mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
co-authored by
Dean Sheather
parent
7eb3ab0498
commit
f68a65697d
@@ -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" `
|
||||
|
||||
Reference in New Issue
Block a user