Skip to content

Commit

Permalink
allow multiple fontist/setup-fontist uses
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Feb 10, 2024
1 parent f0b236d commit 5d3ea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if (workflowCache) {

const wrappers = join(found, "wrappers");
core.info(`Creating wrapper scripts in ${wrappers}...`);
await mkdir(wrappers);
await mkdir(wrappers, { recursive: true });

const bash = `\
#!/bin/bash
Expand Down

0 comments on commit 5d3ea35

Please sign in to comment.