Skip to content

Commit 45f12fc

Browse files
committed
fix(packages/node): wrong fat binary artifact folder
1 parent 8b6b2d0 commit 45f12fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/node/generate-platform-packages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ const PLATFORMS = [
2424
cpu: ['arm64'],
2525
description: 'SQLite Sync extension for macOS ARM64 (Apple Silicon)',
2626
binaryName: 'cloudsync.dylib',
27-
artifactFolder: 'cloudsync-macos',
27+
artifactFolder: 'cloudsync-macos-arm64',
2828
},
2929
{
3030
name: 'darwin-x86_64',
3131
os: ['darwin'],
3232
cpu: ['x64', 'ia32'],
3333
description: 'SQLite Sync extension for macOS x86_64 (Intel)',
3434
binaryName: 'cloudsync.dylib',
35-
artifactFolder: 'cloudsync-macos',
35+
artifactFolder: 'cloudsync-macos-x86_64',
3636
},
3737
{
3838
name: 'linux-arm64',

0 commit comments

Comments
 (0)