Skip to content

Commit 45d39f8

Browse files
linusgmlugg
authored andcommitted
Fix syntax error in main.js
1 parent 3f03728 commit 45d39f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ async function main() {
9999

100100
core.info(`Extracting tarball ${tarball_name}${tarball_ext}`);
101101

102-
const zig_parent_dir = tarball_ext === '.zip' ?
103102
const extract_start = Date.now();
103+
const zig_parent_dir = tarball_ext === '.zip' ?
104104
await tc.extractZip(tarball_path) :
105105
await tc.extractTar(tarball_path, null, 'xJ'); // J for xz
106106
core.info(`extract took ${Date.now() - extract_start} ms`);

0 commit comments

Comments
 (0)