We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8ba44 commit 48f1ef0Copy full SHA for 48f1ef0
.github/workflows/prepare_package_upload.js
@@ -11,11 +11,11 @@ const commitHash = process.argv[2] || process.env.GITHUB_SHA;
11
const commitHashShort = commitHash.substring(0, 7);
12
13
fs.renameSync(
14
- `rescript-${version}.tgz`,
+ "package.tgz",
15
`rescript-${version}-${commitHashShort}.tgz`,
16
);
17
18
- `packages/std/rescript-std-${version}.tgz`,
+ "packages/std/package.tgz",
19
`rescript-std-${version}-${commitHashShort}.tgz`,
20
21
0 commit comments