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 c3ef566 commit 796b5f3Copy full SHA for 796b5f3
src/main.ts
@@ -57,9 +57,8 @@ async function run(): Promise<void> {
57
const emacsDir = await tc.extractZip(emacsZip, './');
58
59
const emacsBin = emacsDir + "bin";
60
- // console.log("emacsBin: " + emacsBin);
61
- // core.exportVariable("PATH", "%PATH%;" + emacsBin);
62
- core.addPath(emacsBin);
+ core.exportVariable("PATH", "%PATH%;" + emacsBin);
+ //core.addPath(emacsBin);
63
64
core.endGroup();
65
0 commit comments