Skip to content

Commit 5d194ad

Browse files
authoredSep 17, 2024··
chore: add comment for context
1 parent 6d78f83 commit 5d194ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const main = async () => {
4747
target: [
4848
{
4949
target: 'dmg',
50-
arch: [process.env.ARCH],
50+
arch: [process.env.ARCH], // ARCH env is set during release CI
5151
},
5252
],
5353
publish: publishOptions,

0 commit comments

Comments
 (0)
Please sign in to comment.