mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-08 17:57:31 +00:00
Add tests
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user