Skip to content

Commit e540cfc

Browse files
committed
Update path info.
1 parent 2de2c4c commit e540cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async function run(): Promise<void> {
6060
const emacsZip = await tc.downloadTool(zipPath);
6161
const emacsDir = await tc.extractZip(emacsZip, __dirname);
6262

63-
const emacsBin = __dirname + "bin";
63+
const emacsBin = __dirname + "\bin";
6464
console.log("emacsBin: " + emacsBin);
6565
core.exportVariable("PATH", "%PATH%;" + emacsBin);
6666

0 commit comments

Comments
 (0)