Skip to content

Commit 5c14be1

Browse files
committed
Fixed path issue.
1 parent e8fce36 commit 5c14be1

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
@@ -13,7 +13,7 @@ async function run(): Promise<void> {
1313
const emacs_dash_ver = "emacs-" + emacs_major_ver + "-" + emacs_minor_ver;
1414

1515
core.startGroup("Installing Emacs");
16-
const ftpUrl = "https://ftp.gnu.org/gnu/emacs/windows/" + emacs_major_ver + "/";
16+
const ftpUrl = "https://ftp.gnu.org/gnu/emacs/windows/emacs-" + emacs_major_ver + "/";
1717
let zipPath = ftpUrl + emacs_dot_var;
1818

1919
switch (emacs_dot_var) {

0 commit comments

Comments
 (0)