Skip to content

Commit 7d2034d

Browse files
author
github-actions
committed
Update dist
1 parent 68572d1 commit 7d2034d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7266,7 +7266,7 @@ function run() {
72667266
try {
72677267
const PATH = process.env.PATH;
72687268
const version = core.getInput("version");
7269-
const emacsZip = (_a = yield downloadEmacs("https://ftp.gnu.org/gnu/emacs/windows/", version)) !== null && _a !== void 0 ? _a : yield downloadEmacs("https://ftp.man.poznan.pl/gnu/emacs/windows/", version);
7269+
const emacsZip = (_a = yield downloadEmacs("https://ftp.man.poznan.pl/gnu/emacs/windows/", version)) !== null && _a !== void 0 ? _a : yield downloadEmacs("https://ftp.gnu.org/gnu/emacs/windows/", version);
72707270
if (!emacsZip) {
72717271
throw new Error("Failed to download Emacs from all sources.");
72727272
}

0 commit comments

Comments
 (0)