Skip to content

Commit

Permalink
Revert "ci: Update release.config.js"
Browse files Browse the repository at this point in the history
This reverts commit 93b2064.
  • Loading branch information
slavek-kucera committed Apr 23, 2024
1 parent a024556 commit 00dfb3c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions clients/vscode-hlasmplugin/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,32 +108,32 @@ function getGitHubPublisherPlugin() {
{
'path': 'bin/win32_x64/hlasm_language_server.exe',
'label': 'hlasm-language-support-win32-x64-${nextRelease.version}.exe',
'name': 'hlasm_language_server.exe'
'name': 'hlasm-language-support-win32-x64-${nextRelease.version}.exe'
},
{
'path': 'bin/win32_arm64/hlasm_language_server.exe',
'label': 'hlasm-language-support-win32-arm64-${nextRelease.version}.exe',
'name': 'hlasm_language_server.exe'
'name': 'hlasm-language-support-win32-arm64-${nextRelease.version}.exe'
},
{
'path': 'bin/linux_x64/hlasm_language_server',
'label': 'hlasm-language-support-linux-x64-${nextRelease.version}',
'name': 'hlasm_language_server'
'name': 'hlasm-language-support-linux-x64-${nextRelease.version}'
},
{
'path': 'bin/linux_arm64/hlasm_language_server',
'label': 'hlasm-language-support-linux-arm64-${nextRelease.version}',
'name': 'hlasm_language_server'
'name': 'hlasm-language-support-linux-arm64-${nextRelease.version}'
},
{
'path': 'bin/darwin_x64/hlasm_language_server',
'label': 'hlasm-language-support-darwin-x64-${nextRelease.version}',
'name': 'hlasm_language_server'
'name': 'hlasm-language-support-darwin-x64-${nextRelease.version}'
},
{
'path': 'bin/darwin_arm64/hlasm_language_server',
'label': 'hlasm-language-support-darwin-arm64-${nextRelease.version}',
'name': 'hlasm_language_server'
'name': 'hlasm-language-support-darwin-arm64-${nextRelease.version}'
}
]
}
Expand Down

0 comments on commit 00dfb3c

Please sign in to comment.