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';
|
platform = 'linux';
|
||||||
arch = 'x64';
|
arch = 'x64';
|
||||||
} else if (config === 'windows') {
|
} else if (config === 'windows') {
|
||||||
fileName = `${NAME}-win-${VERSION}.exe`;
|
fileName = `${NAME}-win-x64-${VERSION}.exe`;
|
||||||
platform = 'windows';
|
platform = 'windows';
|
||||||
arch = 'x64';
|
arch = 'x64';
|
||||||
} else if (config === 'macos-arm64') {
|
} else if (config === 'macos-arm64') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue