1
1
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:
Eugene 2022-06-18 16:04:51 +02:00 committed by GitHub
parent 1a1381a64a
commit 2b601c7470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',