1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-06-08 11:38:22 +02:00
This commit is contained in:
Ivan Trubach 2019-12-18 20:03:39 +03:00
parent 86fdc0f1ef
commit 10416ace36

View file

@ -186,7 +186,7 @@ function getFileName(version: string): string {
const arch: string = arches[osArch] || arches['default'];
let ext: string;
if (version == 'tip') {
// Git work tree for tip builds does not have an externsion.
// Git work tree for tip builds does not have an extension.
ext = '';
} else if (osPlat == 'win32') {
ext = '.zip';