Skip to content

Commit

Permalink
Update build-macos.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jun 18, 2022
1 parent 1a1381a commit 2b601c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-macos.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ builder({
npmRebuild: process.env.ARCH !== 'arm64',
publish: {
provider: 'github',
channel: `latest-${process.arch}`,
channel: `latest-${process.env.ARCH}`,
},
},
publish: isTag ? 'always' : 'onTagOrDraft',
Expand Down

0 comments on commit 2b601c7

Please sign in to comment.