Add tests

This commit is contained in:
CrazyMax
2019-09-22 07:17:07 +02:00
committed by GitHub
parent 79b6548141
commit bb450e4e69
29 changed files with 5069 additions and 30 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ function getGoReleaser(version) {
else {
extPath = yield tc.extractTar(`${tmpdir}/${fileName}`);
}
return path.join(extPath, 'goreleaser');
return path.join(extPath, osPlat == 'win32' ? 'goreleaser.exe' : 'goreleaser');
});
}
exports.getGoReleaser = getGoReleaser;