You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
When uploading, the action is trying to access a folder that doesn't exist.
In line 82-85 of the log I can see that it creates 4 folder under uSync/V9 but when I publish it locally there are 11 folders under uSync/V9.
There are also 11 folders on GitHub.
So when it fails with the 550 The system cannot find the path specified I can understand why, since the folders doesn't exists.
But why doesn't it create the missing folders ?
If I create the folders manually, it's all smooth sailing :)
Bug Description
When uploading, the action is trying to access a folder that doesn't exist.
In line 82-85 of the log I can see that it creates 4 folder under
uSync/V9
but when I publish it locally there are 11 folders underuSync/V9
.There are also 11 folders on GitHub.
So when it fails with the
550 The system cannot find the path specified
I can understand why, since the folders doesn't exists.But why doesn't it create the missing folders ?
If I create the folders manually, it's all smooth sailing :)
My Action Config
My Action Log
I've attached the log as a file since it's too long.
action_log.txt
The text was updated successfully, but these errors were encountered: