diff --git a/src/commands/deploy.ts b/src/commands/deploy.ts index f818f80..61cb3e2 100644 --- a/src/commands/deploy.ts +++ b/src/commands/deploy.ts @@ -120,7 +120,7 @@ const executeDeploy = async () => { }; const fullPath = ({file, sourceAbsolutePath}: {file: string; sourceAbsolutePath: string}): string => - encodeURI(file.replace(sourceAbsolutePath, '').replace(/\\/g, '/')); + file.replace(sourceAbsolutePath, '').replace(/\\/g, '/'); const assertSourceDirExists = (source: string) => { try {