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 f378ab9 commit 6fda4f6Copy full SHA for 6fda4f6
src/main.ts
@@ -60,8 +60,8 @@ async function run(): Promise<void> {
60
61
const emacsBin = emacsDir + "\\bin";
62
console.log("emacsBin: " + emacsBin);
63
- const cachtedPath = await tc.cacheDir(emacsBin);
64
- core.addPath(emacsBin);
+ const cachtedPath = await tc.cacheDir(emacsBin, "emacs", dot_ver);
+ core.addPath(cachtedPath);
65
core.exportVariable("PATH", "%PATH%;" + emacsBin);
66
core.endGroup();
67
0 commit comments