Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit c68b244

Browse files
author
github-actions
committed
update dist
1 parent 447b198 commit c68b244

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
@@ -13647,7 +13647,7 @@ const _install = async (version, path) => {
1364713647
switch (process.platform) {
1364813648
case "win32":
1364913649
return tc.extractZip(path);
13650-
case "tar.gz":
13650+
default:
1365113651
return tc.extractTar(path);
1365213652
}
1365313653
})();

0 commit comments

Comments
 (0)