Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 14, 2025
1 parent 1fa6f7b commit bd9e839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async function install_pkgx() {
console.log(`fetching ${url}`);

if (!fs.existsSync(dstdir)) {
fs.mkdirSync(dstdir);
fs.mkdirSync(dstdir, {recursive: true});
}

await downloadAndExtract(url, dstdir);
Expand Down

0 comments on commit bd9e839

Please sign in to comment.