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 d22fafd commit ff710cdCopy full SHA for ff710cd
.github/workflows/get_artifact_dir_name.js
@@ -1,7 +1,7 @@
1
import * as fs from "node:fs";
2
import * as os from "node:os";
3
4
-import { platformName } from "#cli/paths";
+import { platformName } from "#cli/bins";
5
6
// Pass artifactDirName to subsequent GitHub actions
7
fs.appendFileSync(
packages/artifacts.txt
@@ -6,15 +6,8 @@ LICENSE
README.md
cli/bsc.js
8
cli/common/args.js
9
+cli/common/bins.js
10
cli/common/bsb.js
-cli/common/paths.js
11
-cli/linux/bsb_helper.exe
12
-cli/linux/bsc.exe
13
-cli/linux/ninja.exe
14
-cli/linux/rescript-editor-analysis.exe
15
-cli/linux/rescript-tools.exe
16
-cli/linux/rescript.exe
17
-cli/linux/rewatch.exe
18
cli/rescript-tools.js
19
cli/rescript.js
20
cli/rescript/dump.js
0 commit comments