Skip to content

Commit 291ea21

Browse files
committed
update dist
1 parent 380e635 commit 291ea21

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dist/post_run/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,8 @@ function createTar(archiveFolder, sourceDirectories, compressionMethod) {
11231123
...getCompressionProgram(),
11241124
'-cf',
11251125
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
1126+
'--exclude',
1127+
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
11261128
'-P',
11271129
'-C',
11281130
workingDirectory.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),

dist/run/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,8 @@ function createTar(archiveFolder, sourceDirectories, compressionMethod) {
11231123
...getCompressionProgram(),
11241124
'-cf',
11251125
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
1126+
'--exclude',
1127+
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
11261128
'-P',
11271129
'-C',
11281130
workingDirectory.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),

0 commit comments

Comments
 (0)