Update src/save.ts

Co-Authored-By: Josh Gross <joshmgross@github.com>
pull/168/head
David Hadka 6 years ago committed by GitHub
parent ddf4636b73
commit b1ec4ebeab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@ async function run(): Promise<void> {
await createTar(archivePath, cachePath);
const fileSizeLimit = 5 * 1024 * 1024 * 1024; // 2GB per repo limit
const fileSizeLimit = 5 * 1024 * 1024 * 1024; // 5GB per repo limit
const archiveFileSize = utils.getArchiveFileSize(archivePath);
core.debug(`File Size: ${archiveFileSize}`);
if (archiveFileSize > fileSizeLimit) {

Loading…
Cancel
Save