1
0
mirror of https://github.com/actions/upload-artifact.git synced 2025-12-16 21:37:52 +01:00
This commit is contained in:
Josh Gross
2024-08-15 16:31:57 -04:00
parent cb6558bb10
commit acb59e4776
7 changed files with 13 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ function getMultiPathLCA(searchPaths: string[]): string {
export async function findFilesToUpload(
searchPath: string,
includeHiddenFiles?: boolean,
includeHiddenFiles?: boolean
): Promise<SearchResult> {
const searchResults: string[] = []
const globber = await glob.create(