Skip to content

Commit

Permalink
fix: fix setting platform in submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jan 27, 2025
1 parent 8504228 commit 637ec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ await Promise.all(
default: `./${packageBinaryFile}`,
},
},
os: [platform.name],
os: [platform],
cpu: [arch],
},
null,
Expand Down

0 comments on commit 637ec46

Please sign in to comment.