mirror of
https://github.com/actions/cache.git
synced 2026-06-20 02:37:55 +00:00
This commit is contained in:
Vendored
+4
@@ -9848,6 +9848,10 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) {
|
|||||||
}
|
}
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
catch (error) {
|
||||||
|
core.debug(`Error uploading cache archive: ${error}`);
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
finally {
|
finally {
|
||||||
uploadProgress.stopDisplayTimer();
|
uploadProgress.stopDisplayTimer();
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+4
@@ -9848,6 +9848,10 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) {
|
|||||||
}
|
}
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
catch (error) {
|
||||||
|
core.debug(`Error uploading cache archive: ${error}`);
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
finally {
|
finally {
|
||||||
uploadProgress.stopDisplayTimer();
|
uploadProgress.stopDisplayTimer();
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+4
@@ -9848,6 +9848,10 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) {
|
|||||||
}
|
}
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
catch (error) {
|
||||||
|
core.debug(`Error uploading cache archive: ${error}`);
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
finally {
|
finally {
|
||||||
uploadProgress.stopDisplayTimer();
|
uploadProgress.stopDisplayTimer();
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+4
@@ -9848,6 +9848,10 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) {
|
|||||||
}
|
}
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
catch (error) {
|
||||||
|
core.debug(`Error uploading cache archive: ${error}`);
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
finally {
|
finally {
|
||||||
uploadProgress.stopDisplayTimer();
|
uploadProgress.stopDisplayTimer();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user