mirror of
https://github.com/actions/cache.git
synced 2025-06-30 14:43:46 +00:00
Add initial minimatch support
This commit is contained in:
parent
84cead4a82
commit
1e233443e8
14 changed files with 202 additions and 108 deletions
|
@ -44,6 +44,7 @@ export async function createTar(
|
|||
archivePath: string,
|
||||
sourceDirectories: string[]
|
||||
): Promise<void> {
|
||||
// TODO: will want to stream sourceDirectories into tar
|
||||
const workingDirectory = getWorkingDirectory();
|
||||
const args = [
|
||||
"-cz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue