Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f68a656

Browse files
bpmctdeansheather
andauthored
fix: winget package releases (#5352)
* chore: fix winget package releases * Update .github/workflows/packages.yaml Co-authored-by: Dean Sheather <[email protected]>
1 parent 7eb3ab0 commit f68a656

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/packages.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
3636
echo "Installer URL: $installer_url"
3737
38-
# version should be extracted from the installer
39-
wingetcreate update Coder.Coder `
38+
.\wingetcreate.exe update Coder.Coder `
4039
--submit `
4140
--version "${{ steps.version.outputs.version }}" `
4241
--urls "$installer_url" `

0 commit comments

Comments
 (0)