Skip to content

Commit 9cc3c99

Browse files
committed
Update src.
1 parent e540cfc commit 9cc3c99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,10 @@ async function run(): Promise<void> {
5555
}
5656
}
5757

58-
console.log("__dirname: " + __dirname);
59-
6058
const emacsZip = await tc.downloadTool(zipPath);
6159
const emacsDir = await tc.extractZip(emacsZip, __dirname);
6260

63-
const emacsBin = __dirname + "\bin";
61+
const emacsBin = __dirname + "\\bin";
6462
console.log("emacsBin: " + emacsBin);
6563
core.exportVariable("PATH", "%PATH%;" + emacsBin);
6664

0 commit comments

Comments
 (0)