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 2de2c4c commit e540cfcCopy full SHA for e540cfc
src/main.ts
@@ -60,7 +60,7 @@ async function run(): Promise<void> {
60
const emacsZip = await tc.downloadTool(zipPath);
61
const emacsDir = await tc.extractZip(emacsZip, __dirname);
62
63
- const emacsBin = __dirname + "bin";
+ const emacsBin = __dirname + "\bin";
64
console.log("emacsBin: " + emacsBin);
65
core.exportVariable("PATH", "%PATH%;" + emacsBin);
66
0 commit comments