@actions/cache
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,0 +0,0 @@ import { DownloadOptions, UploadOptions } from './options'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { CompressionMethod } from './constants'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -79,3 +79,5 @@ "use strict"; | ||
const file = _d.value; | ||
const relativeFile = path.relative(workspace, file); | ||
const relativeFile = path | ||
.relative(workspace, file) | ||
.replace(new RegExp(`\\${path.sep}`, 'g'), '/'); | ||
core.debug(`Matched: ${relativeFile}`); | ||
@@ -82,0 +84,0 @@ // Paths are made relative so the tar entries are all relative to the root of the workspace. |
@@ -0,0 +0,0 @@ export declare enum CacheFilename { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { TransferProgressEvent } from '@azure/ms-rest-js'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IHttpClientResponse, ITypedResponse } from '@actions/http-client/interfaces'; |
@@ -0,0 +0,0 @@ "use strict"; |
import { CompressionMethod } from './constants'; | ||
export declare function extractTar(archivePath: string, compressionMethod: CompressionMethod): Promise<void>; | ||
export declare function createTar(archiveFolder: string, sourceDirectories: string[], compressionMethod: CompressionMethod): Promise<void>; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ The MIT License (MIT) |
{ | ||
"name": "@actions/cache", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"preview": true, | ||
@@ -5,0 +5,0 @@ "description": "Actions cache lib", |
@@ -0,0 +0,0 @@ # `@actions/cache` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88015
1281