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 e8fce36 commit 5c14be1Copy full SHA for 5c14be1
src/main.ts
@@ -13,7 +13,7 @@ async function run(): Promise<void> {
13
const emacs_dash_ver = "emacs-" + emacs_major_ver + "-" + emacs_minor_ver;
14
15
core.startGroup("Installing Emacs");
16
- const ftpUrl = "https://ftp.gnu.org/gnu/emacs/windows/" + emacs_major_ver + "/";
+ const ftpUrl = "https://ftp.gnu.org/gnu/emacs/windows/emacs-" + emacs_major_ver + "/";
17
let zipPath = ftpUrl + emacs_dot_var;
18
19
switch (emacs_dot_var) {
0 commit comments