Skip to content

Commit 3279393

Browse files
committed
chore: fix winget package releases
1 parent 687261c commit 3279393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "Installer URL: $installer_url"
3737

3838
# version should be extracted from the installer
39-
wingetcreate update Coder.Coder `
39+
.\wingetcreate.exe update Coder.Coder `
4040
--submit `
4141
--version "${{ steps.version.outputs.version }}" `
4242
--urls "$installer_url" `

0 commit comments

Comments
 (0)