Skip to content

Commit 48f1ef0

Browse files
committed
fix script
1 parent ed8ba44 commit 48f1ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare_package_upload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ const commitHash = process.argv[2] || process.env.GITHUB_SHA;
1111
const commitHashShort = commitHash.substring(0, 7);
1212

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

0 commit comments

Comments
 (0)