Skip to content

Commit 366d2dd

Browse files
committed
workflows
1 parent 1de16e5 commit 366d2dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

script/workflows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const cmd = (config, workflow) => ([
1717
yamldir(`workflows/${workflow}`),
1818

1919
'--outFile',
20-
workflowDir(`gen/${workflow}`),
20+
workflowDir(`generated-${workflow}`),
2121
].join(' '));
2222

2323

0 commit comments

Comments
 (0)