Fix binary name in CI
This commit is contained in:
parent
a338bc5a67
commit
f9b2261783
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ async function main(): Promise<void> {
|
|||
platform = 'linux';
|
||||
arch = 'x64';
|
||||
} else if (config === 'windows') {
|
||||
fileName = `${NAME}-win-${VERSION}.exe`;
|
||||
fileName = `${NAME}-win-x64-${VERSION}.exe`;
|
||||
platform = 'windows';
|
||||
arch = 'x64';
|
||||
} else if (config === 'macos-arm64') {
|
||||
|
|
Loading…
Reference in a new issue