Skip to content

Commit c2a0e9f

Browse files
committed
fix package script
1 parent 4e4e703 commit c2a0e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare_package_upload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fs.renameSync("package.tgz", `rescript-${version}-${commitHashShort}.tgz`);
1515

1616
// @rescript/std
1717
fs.renameSync(
18-
"packages/@rescript/std/package.tgz",
18+
"packages/std/package.tgz",
1919
`rescript-std-${version}-${commitHashShort}.tgz`,
2020
);
2121

0 commit comments

Comments
 (0)