-
Notifications
You must be signed in to change notification settings - Fork 0
Env Extension Publish errors on Windows with mangled path #13
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When attempting to run PS C:\Users\username\OneDrive\Software\SUI-EF-WorldContracts\ef3> efctl.exe env extension publish .\world-contracts\contracts\extension_examples\ from C:\Users\username\OneDrive\Software\SUI-EF-WorldContracts\ef3 on Windows, the command fails with the following error, presumably a Windows to Linux issue:
/bin/bash: line 1: cd: /workspace/builder-scaffold/move-contracts/world-contractscontractsextension_examples: No such file or directory ERROR Publish failed: publish command failed: exec error: exit status 1 /bin/bash: line 1: cd: /workspace/builder-scaffold/move-contracts/world-contractscontractsextension_examples: No such file or directory
To Reproduce
Steps to reproduce the behavior:
- Run command 'efctl.exe env extension publish'
- See error
Expected behavior
Publishing working
Environment details
- OS: Windows 11
- Container Engine: Docker
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working