mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Fix without diff issues (hopefully)
This commit is contained in:
parent
3ad4b171b0
commit
bcbefefbfc
@ -113,7 +113,7 @@ module.exports = {
|
||||
)
|
||||
)
|
||||
.filter(f => f.runtime && f.runtime.startsWith('go'))
|
||||
.map(f => f.handler);
|
||||
.map(f => path.normalize(f.handler));
|
||||
|
||||
return this.resolveFilePathsAll().then(filePaths =>
|
||||
this.zipFiles(filePaths, zipFileName, undefined, filesToChmodPlusX).then(filePath => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user