mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-22 20:55:03 +03:00
Update build-macos.js
This commit is contained in:
parent
1a1381a64a
commit
2b601c7470
@ -27,7 +27,7 @@ builder({
|
|||||||
npmRebuild: process.env.ARCH !== 'arm64',
|
npmRebuild: process.env.ARCH !== 'arm64',
|
||||||
publish: {
|
publish: {
|
||||||
provider: 'github',
|
provider: 'github',
|
||||||
channel: `latest-${process.arch}`,
|
channel: `latest-${process.env.ARCH}`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
publish: isTag ? 'always' : 'onTagOrDraft',
|
publish: isTag ? 'always' : 'onTagOrDraft',
|
||||||
|
Loading…
Reference in New Issue
Block a user