Skip to content

Commit 1f7f985

Browse files
authored
proper glob
1 parent 642c298 commit 1f7f985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const latest = core.getBooleanInput("latest");
1414
process.chdir(path);
1515
$.cwd = process.cwd();
1616

17-
const fileList = await glob(files.concat("[Rr][Ee][Aa][Dd][Mm][Ee].(md|mdown|markdown)", "[Ll][Ii][CcSs][Ee][Nn][CcSs][Ee]*", "devcontainer-feature.json"), { ignore: [".git/**"], dot: true });
17+
const fileList = await glob(files.concat("[Rr][Ee][Aa][Dd][Mm][Ee].{md,mdown,markdown}", "[Ll][Ii][CcSs][Ee][Nn][CcSs][Ee]*", "devcontainer-feature.json"), { ignore: [".git/**"], dot: true });
1818

1919
const archivePath = temporaryFile();
2020
await $`tar -cvf ${archivePath} ${fileList}`;

0 commit comments

Comments
 (0)