Skip to content

Commit

Permalink
fix: incorrect windows bundle label (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
arajkumar authored Jan 29, 2021
1 parent d7c11a3 commit 4f0db01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ module.exports = {
},
{
path: "analytics-lsp-win.exe",
name: "analytics-lsp-win",
label: "analytics-lsp-win"
name: "analytics-lsp-win.exe",
label: "analytics-lsp-win.exe"
},
{
path: "analytics-lsp-linux.sha256",
Expand Down

0 comments on commit 4f0db01

Please sign in to comment.