Skip to content

Commit ee914d7

Browse files
test-release name
1 parent 82cf431 commit ee914d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@pglt/pglt/scripts/generate-packages.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function getBuildName(platform, arch) {
167167
function getPackageName(platform, arch) {
168168
// trim the "unknown" from linux and the "pc" from windows
169169
const name = platform.split("-").slice(-2).join("-");
170-
return `@pglt/cli-${arch}-${name}`;
170+
return `@pglt/testrelease-cli-${arch}-${name}`;
171171
}
172172

173173
function getOs(platform) {

0 commit comments

Comments
 (0)